diff options
author | kostja@bodhi.local <> | 2006-11-11 14:51:19 +0300 |
---|---|---|
committer | kostja@bodhi.local <> | 2006-11-11 14:51:19 +0300 |
commit | 0cdaa7c1385ed439ad47ae0de1e2d244e5cb5123 (patch) | |
tree | d766f0ab887eefd38ffb8ee547186e23afe1f081 | |
parent | a19a5b5f03fa68ca57c976c69200fe3b6584da4b (diff) | |
parent | ab280f3f886fda949981256d99afdf7ec76efc1b (diff) | |
download | mariadb-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.test | 3 |
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 |