From 26f7afaf35d0ec874598fcb2b039090aa617daf7 Mon Sep 17 00:00:00 2001 From: unknown Date: Tue, 7 Feb 2006 13:45:16 +0200 Subject: kill.test fixed for kill on Mac OS X (which do not send OK) mysql-test/r/kill.result: This result chenged because of the correspondent test change. mysql-test/t/kill.test: This test fixed for kill on Mac OS X (which do not send OK) --- mysql-test/r/kill.result | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'mysql-test/r') diff --git a/mysql-test/r/kill.result b/mysql-test/r/kill.result index 828c7fcf9b0..239f9d24e9e 100644 --- a/mysql-test/r/kill.result +++ b/mysql-test/r/kill.result @@ -27,5 +27,5 @@ select ((@id := kill_id) - kill_id) from t3; ((@id := kill_id) - kill_id) 0 kill @id; -ERROR 08S01: Server shutdown in progress +Got one of the listed errors drop table t1, t2, t3; -- cgit v1.2.1