From a6d21fc09b46a84d292ce9ab66dc6641b43a7511 Mon Sep 17 00:00:00 2001 From: Davi Arnaut Date: Thu, 18 Nov 2010 11:41:08 -0200 Subject: [PATCH] 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. --- mysql-test/t/kill.test | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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;