EVOLUTION-MANAGER
Edit File: rpl_tokudb_mixed_dml.test
######################################### # 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