mirror of
https://github.com/MariaDB/server.git
synced 2025-07-30 16:24:05 +03:00
kill (subquery) - three years old bugfix that never worked
This commit is contained in:
@ -40,4 +40,7 @@ connection con2;
|
||||
select 4;
|
||||
drop table t1;
|
||||
|
||||
--error 1064
|
||||
kill (select count(*) from mysql.user);
|
||||
|
||||
# End of 4.1 tests
|
||||
|
Reference in New Issue
Block a user