Skip to content

Commit 472d663

Browse files
author
Nirbhay Choubey
committed
MDEV-8149: Random mtr test failures during warning check
Do not replicate commands from check-warnings.test to other nodes in the cluster.
1 parent 4ee2886 commit 472d663

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

mysql-test/include/check-warnings.test

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,10 @@
1111
# Don't write these queries to binlog
1212
set SQL_LOG_BIN=0;
1313

14+
# Do not replicate updates to other galera nodes
15+
--error 0,1193
16+
set WSREP_ON=0;
17+
1418
# Turn off any debug crashes, allow the variable to be
1519
# non existent in release builds
1620
--error 0,1193

0 commit comments

Comments
 (0)