Commit 5c16a315 authored by Magnus Svensson's avatar Magnus Svensson

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
parent 95b779ee
......@@ -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
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment