1
0
mirror of https://github.com/MariaDB/server.git synced 2026-01-06 05:22:24 +03:00

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

This commit is contained in:
Magnus Svensson
2008-12-19 16:48:31 +01:00
parent 176c06a79f
commit a03f5906f4

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;