summaryrefslogtreecommitdiff
path: root/mysql-test/include/check-warnings.test
diff options
context:
space:
mode:
authorNirbhay Choubey <nirbhay@mariadb.com>2015-08-22 01:18:02 -0400
committerNirbhay Choubey <nirbhay@mariadb.com>2015-08-22 01:18:02 -0400
commit472d66320d8538f2d1850bb50caceed18181024a (patch)
treea31eeaca3fb0a4857bf1b959fe5809f0efddba5a /mysql-test/include/check-warnings.test
parent4ee28865f67c980848bb62f0009440be73ebee7c (diff)
downloadmariadb-git-472d66320d8538f2d1850bb50caceed18181024a.tar.gz
MDEV-8149: Random mtr test failures during warning check
Do not replicate commands from check-warnings.test to other nodes in the cluster.
Diffstat (limited to 'mysql-test/include/check-warnings.test')
-rw-r--r--mysql-test/include/check-warnings.test4
1 files changed, 4 insertions, 0 deletions
diff --git a/mysql-test/include/check-warnings.test b/mysql-test/include/check-warnings.test
index 3a26f7eecb1..cd3fa0b0153 100644
--- a/mysql-test/include/check-warnings.test
+++ b/mysql-test/include/check-warnings.test
@@ -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