Bug#40636 falcon_bug_28095 test fails with "Server failed to restart"
mysql-test/include/wait_until_disconnected.inc: Change the default value for $mysql_errno so that the loops is run at least once
This commit is contained in:
parent
95b779ee53
commit
5c16a315ca
@ -4,7 +4,7 @@
|
||||
--disable_result_log
|
||||
--disable_query_log
|
||||
let $counter= 500;
|
||||
let $mysql_errno= 9999;
|
||||
let $mysql_errno= 0;
|
||||
while (!$mysql_errno)
|
||||
{
|
||||
--error 0,1053,2002,2006
|
||||
|
Loading…
x
Reference in New Issue
Block a user