summaryrefslogtreecommitdiff
path: root/mysql-test/suite/rpl/t/rpl_mixed_mixing_engines.test
blob: 0893f7d0158c4a1805d0f3bff596c22a533221ca (plain)
1
2
3
4
5
6
7
8
9
10
11
###################################################################################
# This test cases evaluates the mixture of non-transactional and transcational
# tables. For further details, please, read WL#2687 and WL#5072.
###################################################################################
--source include/have_binlog_format_mixed.inc
--source include/master-slave.inc
--source include/have_innodb.inc

let $engine_type=Innodb;
--source extra/rpl_tests/rpl_mixing_engines.test
--source include/rpl_end.inc