mirror of
https://github.com/MariaDB/server.git
synced 2025-01-31 11:01:52 +01:00
Merge bodhi.local:/opt/local/work/mysql-5.0-runtime
into bodhi.local:/opt/local/work/mysql-5.1-runtime
This commit is contained in:
commit
de170fb332
1 changed files with 3 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue