mirror of
https://github.com/MariaDB/server.git
synced 2026-05-16 03:47:17 +02:00
kill (subquery) - three years old bugfix that never worked
This commit is contained in:
parent
f7eefc0200
commit
a127344a6c
3 changed files with 12 additions and 10 deletions
|
|
@ -40,4 +40,7 @@ connection con2;
|
|||
select 4;
|
||||
drop table t1;
|
||||
|
||||
--error 1064
|
||||
kill (select count(*) from mysql.user);
|
||||
|
||||
# End of 4.1 tests
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue