summaryrefslogtreecommitdiff
path: root/mysql-test/r/kill.result
diff options
context:
space:
mode:
authorunknown <bell@sanja.is.com.ua>2006-02-07 13:45:16 +0200
committerunknown <bell@sanja.is.com.ua>2006-02-07 13:45:16 +0200
commit26f7afaf35d0ec874598fcb2b039090aa617daf7 (patch)
treeda47d4b38b5ed6a04913f30a42f6ed2d94b861a3 /mysql-test/r/kill.result
parent523d97f4ddfe695ca6134a65d93a24f388e52a4c (diff)
downloadmariadb-git-26f7afaf35d0ec874598fcb2b039090aa617daf7.tar.gz
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)
Diffstat (limited to 'mysql-test/r/kill.result')
-rw-r--r--mysql-test/r/kill.result2
1 files changed, 1 insertions, 1 deletions
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;