Commit 266d53b5 authored by Luis Soares's avatar Luis Soares

Partial backport for BUG#41399, more precisely, the changes to

wait_until_disconnected.inc.
parent 9682ff8a
......@@ -7,7 +7,7 @@ let $counter= 500;
let $mysql_errno= 0;
while (!$mysql_errno)
{
--error 0,1053,2002,2006,2013
--error 0,1040,1053,2002,2003,2006,2013
show status;
dec $counter;
......
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