1
0
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:
serg@serg.mylan
2006-03-06 18:26:39 +01:00
parent c079e80122
commit 0b2f4ac3be
3 changed files with 12 additions and 10 deletions

View File

@@ -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