mirror of
https://github.com/MariaDB/server.git
synced 2025-08-23 03:54:27 +03:00
mysql-test/include/show_binlog_events.inc: Replacing file_id=N with file_id=# to avoid result mismatches mysql-test/suite/binlog/r/binlog_killed_simulate.result: Result change mysql-test/suite/binlog/r/binlog_row_mix_innodb_myisam.result: Result change mysql-test/suite/binlog/r/binlog_stm_blackhole.result: Result change mysql-test/suite/binlog/r/binlog_stm_mix_innodb_myisam.result: Result change mysql-test/suite/binlog/t/binlog_stm_mix_innodb_myisam.test: Binlog positions differ between mixed and statement based replication. mysql-test/suite/rpl/r/rpl_stm_log.result: Result change
13 lines
427 B
Plaintext
13 lines
427 B
Plaintext
# This is a wrapper for binlog.test so that the same test case can be used
|
|
# For both statement and row based bin logs 9/19/2005 [jbm]
|
|
|
|
-- source include/have_binlog_format_statement.inc
|
|
-- source extra/binlog_tests/mix_innodb_myisam_binlog.test
|
|
|
|
set @@session.binlog_format=statement;
|
|
-- source extra/binlog_tests/mix_innodb_myisam_side_effects.test
|
|
set @@session.binlog_format=@@global.binlog_format;
|
|
|
|
|
|
--echo end of tests
|