mirror of
https://github.com/MariaDB/server.git
synced 2025-12-24 11:21:21 +03:00
Fixed problem of sending ERROR to client after OK or EOF (BUG#6804)
This commit is contained in:
@@ -9,3 +9,15 @@ select 4;
|
||||
4
|
||||
4
|
||||
drop table t1;
|
||||
select get_lock("a", 10);
|
||||
get_lock("a", 10)
|
||||
1
|
||||
select get_lock("a", 10);
|
||||
get_lock("a", 10)
|
||||
NULL
|
||||
select 1;
|
||||
1
|
||||
1
|
||||
select RELEASE_LOCK("a");
|
||||
RELEASE_LOCK("a")
|
||||
1
|
||||
|
||||
Reference in New Issue
Block a user