mirror of
https://github.com/MariaDB/server.git
synced 2025-12-24 11:21:21 +03:00
kill (subquery) - three years old bugfix that never worked
This commit is contained in:
@@ -17,3 +17,5 @@ select 4;
|
||||
4
|
||||
4
|
||||
drop table t1;
|
||||
kill (select count(*) from mysql.user);
|
||||
ERROR 42000: You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'select count(*) from mysql.user)' at line 1
|
||||
|
||||
Reference in New Issue
Block a user