1
0
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:
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

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