mirror of
https://github.com/MariaDB/server.git
synced 2025-07-30 16:24:05 +03:00
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)
This commit is contained in:
@ -27,5 +27,5 @@ select ((@id := kill_id) - kill_id) from t3;
|
|||||||
((@id := kill_id) - kill_id)
|
((@id := kill_id) - kill_id)
|
||||||
0
|
0
|
||||||
kill @id;
|
kill @id;
|
||||||
ERROR 08S01: Server shutdown in progress
|
Got one of the listed errors
|
||||||
drop table t1, t2, t3;
|
drop table t1, t2, t3;
|
||||||
|
@ -78,7 +78,7 @@ select ((@id := kill_id) - kill_id) from t3;
|
|||||||
kill @id;
|
kill @id;
|
||||||
|
|
||||||
connection conn1;
|
connection conn1;
|
||||||
-- error 1053
|
-- error 1053,2013
|
||||||
reap;
|
reap;
|
||||||
|
|
||||||
disconnect conn1;
|
disconnect conn1;
|
||||||
|
Reference in New Issue
Block a user