Allow 2002 as a valid error for connect fails. It's common on windows where

we don't use Unix domin sockets for connection to server 
parent 0c3165fe
...@@ -10,7 +10,7 @@ while ($mysql_errno) ...@@ -10,7 +10,7 @@ while ($mysql_errno)
# Strangely enough, the server might return "Too many connections" # Strangely enough, the server might return "Too many connections"
# while being shutdown, thus 1040 is an "allowed" error # while being shutdown, thus 1040 is an "allowed" error
# See BUG#36228 # See BUG#36228
--error 0,1040,1053,2002,2006,2013 --error 0,1040,1053,2002,2003,2006,2013
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