Browse Source

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
pull/374/head
unknown 18 years ago
parent
commit
032f64f3ff
  1. 2
      mysql-test/include/wait_until_connected_again.inc

2
mysql-test/include/wait_until_connected_again.inc

@ -10,7 +10,7 @@ while ($mysql_errno)
# Strangely enough, the server might return "Too many connections"
# while being shutdown, thus 1040 is an "allowed" error
# See BUG#36228
--error 0,1040,1053,2002,2006,2013
--error 0,1040,1053,2002,2003,2006,2013
show status;
dec $counter;

Loading…
Cancel
Save