Skip to content

Commit 2a5fc09

Browse files
author
Pavithra Pandith
committed
Bug #30461757 MTR IGNORES --BINLOG-FORMAT OPTION
Post-push fix, fixed rpl.rpl_xa_with_filters_binlogless_slave test failure. Reviewed-by: Deepa Dixit <deepa.dixit@oracle.com>
1 parent 52b5d92 commit 2a5fc09

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

mysql-test/suite/rpl/r/rpl_xa_with_filters_binlogless_slave.result

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ Note #### Storing MySQL user name or password information in the master info rep
77
CREATE TABLE t1 (a INT);
88
include/sync_slave_sql_with_master.inc
99
include/stop_slave_sql.inc
10+
CALL mtr.add_suppression(".*You need to use --log-bin to make --binlog-format work.*");
1011
CALL mtr.add_suppression(".*The slave coordinator and worker threads are stopped, possibly leaving data in inconsistent state.*");
1112
CALL mtr.add_suppression(".*The use of replication filters with XA transactions is not supported, and can lead to an undefined state in the replication slave.*");
1213
CHANGE REPLICATION FILTER Replicate_Ignore_Table=(test.t1);

mysql-test/suite/rpl/t/rpl_xa_with_filters_binlogless_slave.test

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@ CREATE TABLE t1 (a INT);
3333
# 2) Add a replication filter to the slave node
3434
#
3535
--source include/stop_slave_sql.inc
36+
CALL mtr.add_suppression(".*You need to use --log-bin to make --binlog-format work.*");
3637
CALL mtr.add_suppression(".*The slave coordinator and worker threads are stopped, possibly leaving data in inconsistent state.*");
3738
CALL mtr.add_suppression(".*The use of replication filters with XA transactions is not supported, and can lead to an undefined state in the replication slave.*");
3839
CHANGE REPLICATION FILTER Replicate_Ignore_Table=(test.t1);

0 commit comments

Comments
 (0)