diff options
Diffstat (limited to 'mysql-test/t')
-rw-r--r-- | mysql-test/t/kill.test | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/mysql-test/t/kill.test b/mysql-test/t/kill.test index 219412e5afa..3da4232502d 100644 --- a/mysql-test/t/kill.test +++ b/mysql-test/t/kill.test @@ -318,5 +318,7 @@ while ($i) KILL CONNECTION_ID(); ---error 2013 +--echo # CR_SERVER_LOST, CR_SERVER_GONE_ERROR, depending on the timing +--echo # of close of the connection socket +--error 2013, 2006 SELECT 1; |