summaryrefslogtreecommitdiff
path: root/mysql-test/include
diff options
context:
space:
mode:
authorJan Lindström <jan.lindstrom@mariadb.com>2018-03-22 08:51:43 +0200
committerJan Lindström <jan.lindstrom@mariadb.com>2018-04-03 08:10:21 +0300
commit7ffa82b03c8da12062223d5e332e972d6f828d44 (patch)
tree3ce464e7ee713923216dcef506671bc185934fc7 /mysql-test/include
parent992370693fef97023dde874a569d9c4e089fbeca (diff)
downloadmariadb-git-7ffa82b03c8da12062223d5e332e972d6f828d44.tar.gz
MDEV-14616: WSREP has not yet prepared node for application use error
MariaDB adjustments. mysqltest.cc : Allow 12 error codes at --error wait_until_connected_again.inc: Replace numeric error codes with symbols mysqltest.test: Add error codes to test that tests too many errorcodes
Diffstat (limited to 'mysql-test/include')
-rw-r--r--mysql-test/include/wait_until_connected_again.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/mysql-test/include/wait_until_connected_again.inc b/mysql-test/include/wait_until_connected_again.inc
index 265f110fe72..b13d07e94bb 100644
--- a/mysql-test/include/wait_until_connected_again.inc
+++ b/mysql-test/include/wait_until_connected_again.inc
@@ -14,7 +14,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,1205,2002,2003,2005,2006,2013,1927
+ --error 0,ER_CON_COUNT_ERROR,ER_SERVER_SHUTDOWN,ER_LOCK_WAIT_TIMEOUT,ER_CONNECTION_KILLED,2002,2003,2005,2006,2013
show status;
dec $counter;