Skip to content

Commit 39f34e6

Browse files
author
Alfranio Correia
committed
merge mysql-trunk-bugfixing --> mysql-next-mr-bugfixing
Conflicts: . sql/log.cc . sql/log.h - sql/sql_class.cc
2 parents 9a39529 + 34664b6 commit 39f34e6

33 files changed

+6574
-1744
lines changed

mysql-test/extra/rpl_tests/rpl_binlog_max_cache_size.test

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -77,11 +77,11 @@ eval UPDATE t2, t1 SET t2.data = CONCAT($data, $data, $data, $data),
7777
connection slave;
7878
--source include/wait_for_slave_sql_to_stop.inc
7979

80-
if (`SELECT @@binlog_format = 'STATEMENT'`)
80+
if (`SELECT @@binlog_format = 'STATEMENT' || @@binlog_format = 'MIXED'`)
8181
{
8282
SET GLOBAL SQL_SLAVE_SKIP_COUNTER = 1;
8383
}
84-
if (`SELECT @@binlog_format = 'ROW' || @@binlog_format = 'MIXED'`)
84+
if (`SELECT @@binlog_format = 'ROW'`)
8585
{
8686
SET GLOBAL SQL_SLAVE_SKIP_COUNTER = 2;
8787
}

0 commit comments

Comments
 (0)