summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorkostja@bodhi.local <>2006-11-11 14:51:19 +0300
committerkostja@bodhi.local <>2006-11-11 14:51:19 +0300
commit0cdaa7c1385ed439ad47ae0de1e2d244e5cb5123 (patch)
treed766f0ab887eefd38ffb8ee547186e23afe1f081
parenta19a5b5f03fa68ca57c976c69200fe3b6584da4b (diff)
parentab280f3f886fda949981256d99afdf7ec76efc1b (diff)
downloadmariadb-git-0cdaa7c1385ed439ad47ae0de1e2d244e5cb5123.tar.gz
Merge bk-internal.mysql.com:/home/bk/mysql-5.0
into bodhi.local:/opt/local/work/mysql-5.0-runtime
-rw-r--r--mysql-test/t/rename.test3
1 files changed, 3 insertions, 0 deletions
diff --git a/mysql-test/t/rename.test b/mysql-test/t/rename.test
index 28c64a62666..09a02344203 100644
--- a/mysql-test/t/rename.test
+++ b/mysql-test/t/rename.test
@@ -60,6 +60,9 @@ send RENAME TABLE t1 TO t2, t3 to t4;
connection con2;
show tables;
UNLOCK TABLES;
+connection con1;
+reap;
+connection con2;
# Wait for the the tables to be renamed
# i.e the query below succeds