summaryrefslogtreecommitdiff
path: root/mysql-test/t/innodb_notembedded.test
diff options
context:
space:
mode:
authorMatthias Leich <Matthias.Leich@sun.com>2009-07-30 16:31:45 +0200
committerMatthias Leich <Matthias.Leich@sun.com>2009-07-30 16:31:45 +0200
commit097e735ba4e37d23e096b5a35660e947b1fe434e (patch)
treed6bde5b8fab8abd24ceea87ccf10fd737bca53df /mysql-test/t/innodb_notembedded.test
parent79283b61caff701259525370f7d74cbd538a44ad (diff)
parent79751dff10b7c9b3909e77c89626b7e241752f3e (diff)
downloadmariadb-git-097e735ba4e37d23e096b5a35660e947b1fe434e.tar.gz
Merge 5.0 -> 5.1 of fix for bug 44493
Diffstat (limited to 'mysql-test/t/innodb_notembedded.test')
-rw-r--r--mysql-test/t/innodb_notembedded.test10
1 files changed, 8 insertions, 2 deletions
diff --git a/mysql-test/t/innodb_notembedded.test b/mysql-test/t/innodb_notembedded.test
index 564b947c75e..c74dc931505 100644
--- a/mysql-test/t/innodb_notembedded.test
+++ b/mysql-test/t/innodb_notembedded.test
@@ -36,9 +36,15 @@ rollback;
connection b;
reap;
rollback;
+
+# Cleanup
+connection a;
+disconnect a;
+--source include/wait_until_disconnected.inc
+connection b;
+disconnect b;
+--source include/wait_until_disconnected.inc
connection default;
drop table t1;
drop function f1;
-disconnect a;
-disconnect b;
SET @@global.log_bin_trust_function_creators= @old_log_bin_trust_function_creators;