summaryrefslogtreecommitdiff
path: root/mysql-test
diff options
context:
space:
mode:
authorunknown <kostja@bodhi.local>2006-11-11 14:59:14 +0300
committerunknown <kostja@bodhi.local>2006-11-11 14:59:14 +0300
commitc3d9588eaf980e64bb4cb08808901e284a0c112b (patch)
tree60bf096f518e721e88676dace92075a538fcba55 /mysql-test
parent0b2cb6628f9cdb7d0403b1b949b45fe941fff82f (diff)
parent75a0878fbf8b2dc2d0eb19fce130a85f38118c89 (diff)
downloadmariadb-git-c3d9588eaf980e64bb4cb08808901e284a0c112b.tar.gz
Merge bodhi.local:/opt/local/work/mysql-5.0-runtime
into bodhi.local:/opt/local/work/mysql-5.1-runtime configure.in: Auto merged include/my_time.h: Auto merged mysql-test/r/func_time.result: Auto merged mysql-test/r/rename.result: Auto merged mysql-test/t/func_time.test: Auto merged mysql-test/t/im_daemon_life_cycle.imtest: Auto merged mysql-test/t/rename.test: Auto merged sql/item_timefunc.cc: Auto merged sql/time.cc: Auto merged sql-common/my_time.c: Auto merged
Diffstat (limited to 'mysql-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