summaryrefslogtreecommitdiff
path: root/mysql-test/suite/rpl/t/rpl_stm_create_if_not_exists.test
blob: b72a2e1532de2886963277d5076d37e51154a95d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#
--echo # WL#5370 Keep forward-compatibility when changing 'CREATE TABLE IF NOT
--echo # EXISTS ... SELECT' behaviour
--echo #

source include/master-slave.inc;
source include/have_binlog_format_statement.inc;

source extra/rpl_tests/rpl_stm_create_if_not_exists.test;

let $is_temporary=1;
source extra/rpl_tests/rpl_stm_create_if_not_exists.test;

--source include/rpl_end.inc