2007-02-06 13:35:54 +01:00
|
|
|
#########################################
|
|
|
|
# Author: Serge Kozlov skozlov@mysql.com
|
|
|
|
# Date: 07/10/2006
|
|
|
|
# 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
|
|
|
|
#########################################
|
2007-06-29 19:09:00 +02:00
|
|
|
--source include/have_binlog_format_mixed.inc
|
2007-02-06 13:35:54 +01:00
|
|
|
--source include/have_innodb.inc
|
|
|
|
let $engine_type= innodb;
|
|
|
|
|
|
|
|
--source suite/rpl/include/rpl_mixed_dml.inc
|
|
|
|
|
2007-06-29 19:09:00 +02:00
|
|
|
# End 5.1 Test Case
|