From 04bf5743b4bbe67429f9ef6442f1b3e00e4bb45b Mon Sep 17 00:00:00 2001 From: "kostja@bodhi.(none)" <> Date: Thu, 22 Nov 2007 03:48:51 +0300 Subject: [PATCH] Update the failing kill test in the team tree. --- mysql-test/r/kill.result | 4 +++- mysql-test/t/kill.test | 4 +++- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/mysql-test/r/kill.result b/mysql-test/r/kill.result index 8376eb7c0de..3ea5bbd20bc 100644 --- a/mysql-test/r/kill.result +++ b/mysql-test/r/kill.result @@ -132,5 +132,7 @@ EXECUTE stmt; # Connection: con2. KILL CONNECTION_ID(); +# CR_SERVER_LOST, CR_SERVER_GONE_ERROR, depending on the timing +# of close of the connection socket SELECT 1; -ERROR HY000: Lost connection to MySQL server during query +Got one of the listed errors 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;