Commit 47d0df6e authored by Sergei Golubchik's avatar Sergei Golubchik

take into account C/C specific CR_ERR_NET_WRITE error

parent 9d4ed44c
...@@ -82,7 +82,7 @@ let $counter= 80; ...@@ -82,7 +82,7 @@ let $counter= 80;
let $mysql_errno= 0; let $mysql_errno= 0;
while (!$mysql_errno) 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; show status;
dec $counter; 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