1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-30 16:24:05 +03:00

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
This commit is contained in:
unknown
2008-04-24 14:16:32 +02:00
parent 9ac15b610e
commit 032f64f3ff

View File

@ -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;