summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKristian Nielsen <knielsen@knielsen-hq.org>2018-12-07 17:20:31 +0100
committerKristian Nielsen <knielsen@knielsen-hq.org>2018-12-07 17:20:31 +0100
commita02cac47f6a4ffce03e1e24ec7a00aa949819cce (patch)
treed5c4698453eb4080459cfd2a196ba9d0a182f1ca
parent21069c528e5d44c0f3c4368041c3999460bc53eb (diff)
downloadmariadb-git-a02cac47f6a4ffce03e1e24ec7a00aa949819cce.tar.gz
Fix an occational test failure in rpl.rpl_gtid_crash
-rw-r--r--mysql-test/suite/rpl/t/rpl_gtid_crash.test1
1 files changed, 1 insertions, 0 deletions
diff --git a/mysql-test/suite/rpl/t/rpl_gtid_crash.test b/mysql-test/suite/rpl/t/rpl_gtid_crash.test
index 5cf28b6e49a..8255500a590 100644
--- a/mysql-test/suite/rpl/t/rpl_gtid_crash.test
+++ b/mysql-test/suite/rpl/t/rpl_gtid_crash.test
@@ -186,6 +186,7 @@ EOF
wait
EOF
START SLAVE;
+--error 0,2006,2013
SET GLOBAL debug_dbug="+d,crash_commit_after";
--connection server_1