mirror of
https://github.com/MariaDB/server.git
synced 2026-05-14 19:07:15 +02:00
Merge branch '10.2' into 10.3
This commit is contained in:
commit
60ea09eae6
261 changed files with 21002 additions and 3022 deletions
|
|
@ -413,3 +413,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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue