1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-29 05:21:33 +03:00

backport kill.test fix from 5.0

This commit is contained in:
unknown
2005-04-11 22:36:07 +02:00
parent b3842e107c
commit c99e332cf1
2 changed files with 2 additions and 2 deletions

View File

@ -6,7 +6,7 @@ select ((@id := kill_id) - kill_id) from t1;
0
kill @id;
select 1;
ERROR HY000: MySQL server has gone away
Got one of the listed errors
select ((@id := kill_id) - kill_id) from t1;
((@id := kill_id) - kill_id)
0