mirror of
https://github.com/MariaDB/server.git
synced 2025-07-30 16:24:05 +03:00
Merge branch '10.2' into 10.3
This commit is contained in:
@ -375,8 +375,7 @@ SELECT SLEEP(1000);
|
||||
connection con1;
|
||||
KILL QUERY ID @id;
|
||||
connection default;
|
||||
SLEEP(1000)
|
||||
1
|
||||
ERROR 70100: Query execution was interrupted
|
||||
KILL QUERY ID 0;
|
||||
ERROR HY000: Unknown query id: 0
|
||||
#
|
||||
@ -392,8 +391,7 @@ ERROR HY000: You are not owner of query ID
|
||||
connection con1;
|
||||
KILL QUERY ID @id;
|
||||
connection default;
|
||||
SLEEP(1000)
|
||||
1
|
||||
ERROR 70100: Query execution was interrupted
|
||||
disconnect con5;
|
||||
DROP USER u1@localhost;
|
||||
SET DEBUG_SYNC = 'RESET';
|
||||
|
Reference in New Issue
Block a user