From a02cac47f6a4ffce03e1e24ec7a00aa949819cce Mon Sep 17 00:00:00 2001 From: Kristian Nielsen Date: Fri, 7 Dec 2018 17:20:31 +0100 Subject: [PATCH] Fix an occational test failure in rpl.rpl_gtid_crash --- mysql-test/suite/rpl/t/rpl_gtid_crash.test | 1 + 1 file changed, 1 insertion(+) 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