mirror of
https://github.com/MariaDB/server.git
synced 2025-08-05 13:16:09 +03:00
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:
@@ -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;
|
||||||
|
@@ -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;
|
||||||
|
Reference in New Issue
Block a user