10 lines
422 B
Plaintext
10 lines
422 B
Plaintext
#########################################
|
|
# 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/not_group_replication_plugin.inc
|
|
--source include/have_binlog_format_mixed.inc
|
|
let $engine_type= innodb;
|
|
--source suite/rpl/include/rpl_mixed_dml.inc
|