kill (subquery) - three years old bugfix that never worked

This commit is contained in:
unknown 2006-03-06 18:26:39 +01:00
commit a127344a6c
3 changed files with 12 additions and 10 deletions

View file

@ -40,4 +40,7 @@ connection con2;
select 4;
drop table t1;
--error 1064
kill (select count(*) from mysql.user);
# End of 4.1 tests