Commit 2d06a00d authored by Magnus Svensson's avatar Magnus Svensson

Bug #40704 main.events_restart fails sporadically in pushbuild: "server has gone away"

mysql-test/include/wait_until_disconnected.inc:
  Allow 2013 as an expected error code
parent a24d4c8f
...@@ -7,7 +7,7 @@ let $counter= 500; ...@@ -7,7 +7,7 @@ let $counter= 500;
let $mysql_errno= 0; let $mysql_errno= 0;
while (!$mysql_errno) while (!$mysql_errno)
{ {
--error 0,1053,2002,2006 --error 0,1053,2002,2006,2013
show status; show status;
dec $counter; dec $counter;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment