summaryrefslogtreecommitdiff
path: root/mysql-test/t/kill.test
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/t/kill.test
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/t/kill.test')
-rw-r--r--mysql-test/t/kill.test2
1 files changed, 1 insertions, 1 deletions
diff --git a/mysql-test/t/kill.test b/mysql-test/t/kill.test
index ebe4673beb3..9ef5e272d46 100644
--- a/mysql-test/t/kill.test
+++ b/mysql-test/t/kill.test
@@ -78,7 +78,7 @@ select ((@id := kill_id) - kill_id) from t3;
kill @id;
connection conn1;
--- error 1053
+-- error 1053,2013
reap;
disconnect conn1;