summaryrefslogtreecommitdiff
path: root/mysql-test/suite/rpl/t/rpl_innodb_mixed_ddl.test
blob: 5147e67c160ce0789421e3049c7c9ec20f17e200 (plain)
1
2
3
4
5
6
7
8
9
#########################################
# 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_innodb.inc
let $engine_type= innodb;
--source suite/rpl/include/rpl_mixed_ddl.inc