#At file:///work/bzr/mysql-5.1-bug/
2717 Horst Hunger 2008-12-02
Fix for Bug#37810:
The "show status" may be received by the server in a startup state, where it only can reject the statement, so that the client then react with 2013.
So, adding 2013 to the list of errors may help, as the "show status" will be repeated then.
modified:
mysql-test/include/wait_until_connected_again.inc
=== modified file 'mysql-test/include/wait_until_connected_again.inc'
--- a/mysql-test/include/wait_until_connected_again.inc 2006-09-28 09:53:42 +0000
+++ b/mysql-test/include/wait_until_connected_again.inc 2008-12-02 11:34:52 +0000
@@ -6,7 +6,7 @@
let $counter= 500;
while ($mysql_errno)
{
- --error 0,2002,2006
+ --error 0,2002,2006,2013
show status;
dec $counter;
| Thread |
|---|
| • bzr commit into mysql-5.1 branch (horst:2717) Bug#37810 | Horst Hunger | 2 Dec |