1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-29 05:21:33 +03:00

don't allow KILL QUERY ID USER xxx

This commit is contained in:
Sergei Golubchik
2021-01-18 11:22:48 +01:00
parent 59e6d14c47
commit 4a7e62296a
3 changed files with 22 additions and 7 deletions

View File

@ -415,3 +415,8 @@ ALTER TABLE t2 DROP c;
UNLOCK TABLES;
DROP VIEW v1;
DROP TABLE t1, t2;
#
# KILL QUERY ID USER
#
kill query id user 'foo';
ERROR 42000: You have an error in your SQL syntax; check the manual that corresponds to your MariaDB server version for the right syntax to use near ''foo'' at line 1