1
0
mirror of https://github.com/MariaDB/server.git synced 2025-12-24 11:21:21 +03:00

Fixed errors found during review

This commit is contained in:
monty@mysql.com
2005-04-06 19:43:35 +03:00
parent beb28b27e0
commit a7c6348192
8 changed files with 34 additions and 33 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