summaryrefslogtreecommitdiff
path: root/storage/tokudb/mysql-test/tokudb_rpl/t/rpl_tokudb_mixed_dml.test
blob: 6147d321784a7d7b77bcb6cba44be115bd186593 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
#########################################
# Purpose: testing the replication in mixed mode
# Requirements: define binlog format for mysqld as in example below:
# ./mysql-test-run.pl --mysqld=--binlog-format=mixed
#########################################
--source include/have_binlog_format_mixed.inc
--source include/have_tokudb.inc
let $engine_type=TokuDB;

SET SESSION tokudb_pk_insert_mode = 2;

--source suite/rpl/include/rpl_mixed_dml.inc