summaryrefslogtreecommitdiff
path: root/mysql-test/suite/rpl/t/rpl_mixed_drop_create_temp_table.test
blob: e707bb9973b2fc02962e775bc55ddca3046553d9 (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_mixed.inc
--source include/have_innodb.inc
--source include/master-slave.inc

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