mySQL 5.0.11 sources for tomato
[tomato.git] / release / src / router / mysql / mysql-test / suite / rpl / t / rpl_row_trig004.test
blobfa5f973c355892610717b29a653b0b57caa6cfb1
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 #############################################################################
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
19 --source include/rpl_end.inc