Commit de170fb3 authored by kostja@bodhi.local's avatar kostja@bodhi.local

Merge bodhi.local:/opt/local/work/mysql-5.0-runtime

into  bodhi.local:/opt/local/work/mysql-5.1-runtime
parents ca063824 0cdaa7c1
...@@ -60,6 +60,9 @@ send RENAME TABLE t1 TO t2, t3 to t4; ...@@ -60,6 +60,9 @@ send RENAME TABLE t1 TO t2, t3 to t4;
connection con2; connection con2;
show tables; show tables;
UNLOCK TABLES; UNLOCK TABLES;
connection con1;
reap;
connection con2;
# Wait for the the tables to be renamed # Wait for the the tables to be renamed
# i.e the query below succeds # i.e the query below succeds
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment