mirror of
https://github.com/MariaDB/server.git
synced 2025-07-29 05:21:33 +03:00
Merge branch '10.2' into 10.3
This commit is contained in:
@ -664,3 +664,9 @@ ALTER TABLE t2 DROP c;
|
||||
UNLOCK TABLES;
|
||||
DROP VIEW v1;
|
||||
DROP TABLE t1, t2;
|
||||
|
||||
--echo #
|
||||
--echo # KILL QUERY ID USER
|
||||
--echo #
|
||||
--error ER_PARSE_ERROR
|
||||
kill query id user 'foo';
|
||||
|
Reference in New Issue
Block a user