mirror of
https://github.com/MariaDB/server.git
synced 2026-04-20 15:25:33 +02:00
Partial backport for BUG#41399, more precisely, the changes to
wait_until_disconnected.inc.
This commit is contained in:
parent
5c25d17c4e
commit
a367c88c9e
1 changed files with 1 additions and 1 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue