mySQL 5.0.11 sources for tomato
[tomato.git] / release / src / router / mysql / mysql-test / suite / rpl / t / rpl_stm_create_if_not_exists.test
blobb72a2e1532de2886963277d5076d37e51154a95d
2 --echo # WL#5370 Keep forward-compatibility when changing 'CREATE TABLE IF NOT
3 --echo # EXISTS ... SELECT' behaviour
4 --echo #
6 source include/master-slave.inc;
7 source include/have_binlog_format_statement.inc;
9 source extra/rpl_tests/rpl_stm_create_if_not_exists.test;
11 let $is_temporary=1;
12 source extra/rpl_tests/rpl_stm_create_if_not_exists.test;
14 --source include/rpl_end.inc