Loading mysql-test/r/rename.result +1 −0 Original line number Diff line number Diff line Loading @@ -54,3 +54,4 @@ Tables_in_test t2 t4 drop table t2, t4; End of 4.1 tests mysql-test/t/rename.test +8 −2 Original line number Diff line number Diff line Loading @@ -61,9 +61,15 @@ connection con2; sleep 1; show tables; UNLOCK TABLES; sleep 1; connection con1; reap; connection con2; show tables; drop table t2, t4; # End of 4.1 tests disconnect con2; disconnect con1; connection default; --echo End of 4.1 tests Loading
mysql-test/r/rename.result +1 −0 Original line number Diff line number Diff line Loading @@ -54,3 +54,4 @@ Tables_in_test t2 t4 drop table t2, t4; End of 4.1 tests
mysql-test/t/rename.test +8 −2 Original line number Diff line number Diff line Loading @@ -61,9 +61,15 @@ connection con2; sleep 1; show tables; UNLOCK TABLES; sleep 1; connection con1; reap; connection con2; show tables; drop table t2, t4; # End of 4.1 tests disconnect con2; disconnect con1; connection default; --echo End of 4.1 tests