Skip to content

Commit

Permalink
MDEV-8149: Random mtr test failures during warning check
Browse files Browse the repository at this point in the history
Do not replicate commands from check-warnings.test to other
nodes in the cluster.
  • Loading branch information
Nirbhay Choubey committed Aug 22, 2015
1 parent 4ee2886 commit 472d663
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions mysql-test/include/check-warnings.test
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,10 @@
# Don't write these queries to binlog
set SQL_LOG_BIN=0;

# Do not replicate updates to other galera nodes
--error 0,1193
set WSREP_ON=0;

# Turn off any debug crashes, allow the variable to be
# non existent in release builds
--error 0,1193
Expand Down

0 comments on commit 472d663

Please sign in to comment.