polardbxengine/mysql-test/suite/xengine_rpl_basic/t/rpl_with.test

19 lines
447 B
Plaintext

source include/master-slave.inc;
--echo # Goals: test CTEs in prepared statements, in stored routines,
--echo # and if those are replicated correctly.
--echo #
--echo # In-memory tmp tables
set big_tables=0;
--source suite/rpl/include/rpl_with.inc
--echo # On-disk tmp tables
set big_tables=1;
--source suite/rpl/include/rpl_with.inc
--source include/rpl_end.inc
--connection master
--source suite/xengine/include/check_xengine_log_error.inc