mirror of
https://github.com/MariaDB/server.git
synced 2025-01-18 04:53:01 +01:00
eb36fd9735
mysql-test/suite/rpl/include/rpl_mixed_ddl.inc: removed Server version from SHOW BINLOG EVENTS mysql-test/suite/rpl/include/rpl_mixed_dml.inc: removed Server version from SHOW BINLOG EVENTS mysql-test/suite/rpl/r/rpl_innodb_mixed_ddl.result: updated result file mysql-test/suite/rpl/r/rpl_innodb_mixed_dml.result: updated result file mysql-test/suite/rpl/t/rpl_innodb_mixed_ddl.test: skip test for row/statement mysql-test/suite/rpl/t/rpl_innodb_mixed_dml.test: skip test for row/statement
14 lines
487 B
Text
14 lines
487 B
Text
#########################################
|
|
# 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
|