diff options
author | Davi Arnaut <davi.arnaut@oracle.com> | 2010-11-18 11:41:08 -0200 |
---|---|---|
committer | Davi Arnaut <davi.arnaut@oracle.com> | 2010-11-18 11:41:08 -0200 |
commit | e0a17f56988d2c0d44a8c2107588b352f6dec07a (patch) | |
tree | fc2ed43a9a123862184291062bd57a2ff697eb84 /mysql-test/t/kill.test | |
parent | 54d63578375b07500e9fe1ce7467b5ca48b46d8a (diff) | |
download | mariadb-git-e0a17f56988d2c0d44a8c2107588b352f6dec07a.tar.gz |
In certain phases of query processing, a interrupted error might
be sent to a user even if its the connection that is actually
being killed.
Diffstat (limited to 'mysql-test/t/kill.test')
-rw-r--r-- | mysql-test/t/kill.test | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mysql-test/t/kill.test b/mysql-test/t/kill.test index 701d4083f86..9e94bb44171 100644 --- a/mysql-test/t/kill.test +++ b/mysql-test/t/kill.test @@ -141,7 +141,7 @@ KILL @id; SET DEBUG_SYNC= 'now WAIT_FOR con1_end'; connection con1; ---error 1053,2006,2013 +--error 1317,1053,2006,2013 reap; SELECT 1; |