summaryrefslogtreecommitdiff
path: root/mysql-test/t/rename.test
diff options
context:
space:
mode:
Diffstat (limited to 'mysql-test/t/rename.test')
-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