~stewart/drizzle/embedded-innodb-create-select-transaction-arrgh

« back to all changes in this revision

Viewing changes to mysql-test/suite/rpl/t/rpl_row_trig004.test

  • Committer: brian
  • Date: 2008-06-25 05:29:13 UTC
  • Revision ID: brian@localhost.localdomain-20080625052913-6upwo0jsrl4lnapl
clean slate

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
#############################################################################
 
2
# Original Author: JBM                                                      #
 
3
# Original Date: Oct/18/2005                                                #
 
4
#############################################################################
 
5
# TEST: Use before insert triggers and has the second insert fail           #
 
6
#############################################################################
 
7
# Change by JBM 2006-02-14 added to skip when NDB default engine            #
 
8
# This test has been wrapped to allow multipal engines to use same code     #
 
9
#############################################################################
 
10
 
 
11
# Includes
 
12
-- source include/not_ndb_default.inc
 
13
-- source include/have_binlog_format_row.inc
 
14
-- source include/have_innodb.inc
 
15
-- source include/master-slave.inc
 
16
let $engine_type=INNODB;
 
17
-- source extra/rpl_tests/rpl_trig004.test
 
18