From 032f64f3ffe3808266a8faf26e41df352ca83750 Mon Sep 17 00:00:00 2001 From: unknown Date: Thu, 24 Apr 2008 14:16:32 +0200 Subject: [PATCH] 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 --- mysql-test/include/wait_until_connected_again.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mysql-test/include/wait_until_connected_again.inc b/mysql-test/include/wait_until_connected_again.inc index a9cf741fcfe..c7bb774929a 100644 --- a/mysql-test/include/wait_until_connected_again.inc +++ b/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;