summaryrefslogtreecommitdiff
path: root/mysql-test/suite/rpl/t/rpl_stm_drop_create_temp_table.test
blob: b395654a7142f72135760999bb5e4b1e6d10002c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
###################################################################################
# This test cases evaluates the mixture of non-transactional and transcational
# tables. Specifically when drop temporary tables and create temporary tables
# are used.
###################################################################################
--source include/big_test.inc
--source include/have_binlog_format_statement.inc
--source include/have_innodb.inc
--source include/master-slave.inc

--source extra/rpl_tests/rpl_drop_create_temp_table.test
--source include/rpl_end.inc