Fix for main.events_restart

mysql-test/include/wait_until_connected_again.inc:
  added new errno 1053
mysql-test/include/wait_until_disconnected.inc:
  added new errno 1053
This commit is contained in:
unknown 2008-04-20 22:24:00 +04:00
parent edd585e61c
commit 13f394b6d6
2 changed files with 2 additions and 2 deletions

View File

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

View File

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