blob: 23552515df7fd7fa757325b7f5af084fc5e0b14d (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
###################################################################################
# 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_statement.inc
--source include/have_innodb.inc
--source include/master-slave.inc
--disable_query_log
SET SESSION binlog_direct_non_transactional_updates = OFF;
--enable_query_log
let $engine_type=Innodb;
let $database_name=test;
--source include/rpl_mixing_engines.test
--source include/rpl_end.inc
|