mirror of
https://github.com/MariaDB/server.git
synced 2025-05-11 13:21:44 +03:00
15 lines
487 B
Plaintext
15 lines
487 B
Plaintext
#########################################
|
|
# 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
|
|
#########################################
|
|
--source include/have_binlog_format_mixed.inc
|
|
--source include/have_innodb.inc
|
|
let $engine_type= innodb;
|
|
|
|
--source suite/rpl/include/rpl_mixed_ddl.inc
|
|
|
|
# End 5.1 Test Case
|