mirror of
https://github.com/MariaDB/server.git
synced 2025-07-27 18:02:13 +03:00
Merge branch 'bb-10.4-release' into bb-10.5-release
This commit is contained in:
@ -663,3 +663,9 @@ ALTER TABLE t2 DROP c;
|
||||
UNLOCK TABLES;
|
||||
DROP VIEW v1;
|
||||
DROP TABLE t1, t2;
|
||||
|
||||
--echo #
|
||||
--echo # KILL QUERY ID USER
|
||||
--echo #
|
||||
--error ER_BAD_FIELD_ERROR
|
||||
kill query id user 'foo';
|
||||
|
Reference in New Issue
Block a user