1#########################################
2# Purpose: testing the replication in mixed mode
3# Requirements: define binlog format for mysqld as in example below:
4# ./mysql-test-run.pl --mysqld=--binlog-format=mixed
5#########################################
6--source include/have_binlog_format_mixed.inc
7--source include/have_innodb.inc
8let $engine_type= innodb;
9--source suite/rpl/include/rpl_mixed_dml.inc
10