mirror of
https://github.com/MariaDB/server.git
synced 2025-01-19 13:32:33 +01:00
Merge sanja.is.com.ua:/home/bell/mysql/bk/mysql-5.0
into sanja.is.com.ua:/home/bell/mysql/bk/work-5.0
This commit is contained in:
commit
ded01c3b6f
2 changed files with 2 additions and 2 deletions
|
@ -25,7 +25,7 @@ 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;
|
||||
select get_lock("a", 10);
|
||||
get_lock("a", 10)
|
||||
|
|
|
@ -84,7 +84,7 @@ select ((@id := kill_id) - kill_id) from t3;
|
|||
kill @id;
|
||||
|
||||
connection conn1;
|
||||
-- error 1053
|
||||
-- error 1053,2013
|
||||
reap;
|
||||
|
||||
connection default;
|
||||
|
|
Loading…
Reference in a new issue