1
0
mirror of https://github.com/MariaDB/server.git synced 2026-01-06 05:22:24 +03:00

kill.test fixed for kill on Mac OS X (which do not send OK)

This commit is contained in:
bell@sanja.is.com.ua
2006-02-07 13:45:16 +02:00
parent 06a57659d8
commit 5923d50533
2 changed files with 2 additions and 2 deletions

View File

@@ -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;