diff options
author | unknown <serg@serg.mylan> | 2006-03-06 18:26:39 +0100 |
---|---|---|
committer | unknown <serg@serg.mylan> | 2006-03-06 18:26:39 +0100 |
commit | a127344a6c6954012c5d750e07927501f40d907b (patch) | |
tree | 6220a39843c5b1809aefa1be4e34376fb612c418 /mysql-test/t/kill.test | |
parent | f7eefc02008739f0776a439e87b293a723babaaa (diff) | |
download | mariadb-git-a127344a6c6954012c5d750e07927501f40d907b.tar.gz |
kill (subquery) - three years old bugfix that never worked
Diffstat (limited to 'mysql-test/t/kill.test')
-rw-r--r-- | mysql-test/t/kill.test | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/mysql-test/t/kill.test b/mysql-test/t/kill.test index aada8dd2ef3..e9136ce49b4 100644 --- a/mysql-test/t/kill.test +++ b/mysql-test/t/kill.test @@ -40,4 +40,7 @@ connection con2; select 4; drop table t1; +--error 1064 +kill (select count(*) from mysql.user); + # End of 4.1 tests |