Below is the list of changes that have just been committed into a local
5.1 repository of msvensson. When msvensson does a push these changes
will be propagated to the main repository and, within 24 hours after the
push, to the public repository.
For information on how to access the public repository
see http://dev.mysql.com/doc/mysql/en/installing-source-tree.html
ChangeSet@stripped, 2008-04-24 14:16:32+02:00, msvensson@stripped +1 -0
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@stripped, 2008-04-24 14:16:30+02:00, msvensson@stripped +1 -1
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
diff -Nrup a/mysql-test/include/wait_until_connected_again.inc b/mysql-test/include/wait_until_connected_again.inc
--- a/mysql-test/include/wait_until_connected_again.inc 2008-04-21 14:16:51 +02:00
+++ b/mysql-test/include/wait_until_connected_again.inc 2008-04-24 14:16:30 +02:00
@@ -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;
| Thread |
|---|
| • bk commit into 5.1 tree (msvensson:1.2592) | msvensson | 24 Apr |