summaryrefslogtreecommitdiff
path: root/mysql-test/suite/rpl/t/rpl_mixed_drop_create_temp_table.test
blob: f37ce90e524502b4dbded92223c6d687b9e8ad7e (plain)
1
2
3
4
5
6
7
8
9
10
11
###################################################################################
# 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/have_binlog_format_mixed.inc
--source include/master-slave.inc
--source include/have_innodb.inc

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