mySQL 5.0.11 sources for tomato
[tomato.git] / release / src / router / mysql / mysql-test / suite / rpl / t / rpl_row_log_innodb.test
blob631fb29c7bc802784bb1d24fcb04ad64401f5c07
1 ###################################
2 # Wrapper for rpl_row_log.test    #
3 # Added wrapper so that MyISAM &  #
4 # Innodb and NDB could all use the#
5 # Same test. NDB produced a diff  #
6 # bin-log                         #
7 ###################################
8 -- source include/not_ndb_default.inc
9 -- source include/have_binlog_format_row.inc
10 -- source include/have_innodb.inc
11 -- source include/master-slave.inc
12 let $engine_type=InnoDB;
13 -- source extra/rpl_tests/rpl_log.test
15 --source include/rpl_end.inc