diff options
author | unknown <konstantin@mysql.com> | 2006-02-03 00:07:36 +0300 |
---|---|---|
committer | unknown <konstantin@mysql.com> | 2006-02-03 00:07:36 +0300 |
commit | 2fb59bd72a89fae62a15623b7b2e6ae8aea40927 (patch) | |
tree | 6912fbadce7df138637af6d72928935fc99c87f7 /mysql-test/t/kill.test | |
parent | cf4b6ee4c01ca9e002511ad221872b4182b910fa (diff) | |
download | mariadb-git-2fb59bd72a89fae62a15623b7b2e6ae8aea40927.tar.gz |
Post-merge fixes.
Diffstat (limited to 'mysql-test/t/kill.test')
-rw-r--r-- | mysql-test/t/kill.test | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/mysql-test/t/kill.test b/mysql-test/t/kill.test index 7c2482284e2..9a8f61b1052 100644 --- a/mysql-test/t/kill.test +++ b/mysql-test/t/kill.test @@ -47,7 +47,6 @@ connection con2; select 4; drop table t1; -disconnect con2; connection default; # # BUG#14851: killing long running subquery processed via a temporary table. @@ -88,8 +87,6 @@ connection conn1; -- error 1053 reap; -disconnect conn1; -disconnect conn2; connection default; drop table t1, t2, t3; |