1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-30 16:24:05 +03:00

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
This commit is contained in:
Magnus Svensson
2008-12-19 16:48:31 +01:00
parent a24d4c8f25
commit 2d06a00dda

View File

@ -7,7 +7,7 @@ let $counter= 500;
let $mysql_errno= 0;
while (!$mysql_errno)
{
--error 0,1053,2002,2006
--error 0,1053,2002,2006,2013
show status;
dec $counter;