Skip to content

Commit

Permalink
take into account C/C specific CR_ERR_NET_WRITE error
Browse files Browse the repository at this point in the history
  • Loading branch information
vuvova committed Aug 10, 2022
1 parent 9d4ed44 commit 47d0df6
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -82,7 +82,7 @@ let $counter= 80;
let $mysql_errno= 0;
while (!$mysql_errno)
{
--error 0,ER_SERVER_SHUTDOWN,ER_CONNECTION_KILLED,2002,2006,2013
--error 0,ER_SERVER_SHUTDOWN,ER_CONNECTION_KILLED,2002,2006,2013,5014
show status;

dec $counter;
Expand Down

0 comments on commit 47d0df6

Please sign in to comment.