Created
September 12, 2013 16:07
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
=== modified file 'mysql-test/extra/rpl_tests/rpl_innodb.test' | |
--- mysql-test/extra/rpl_tests/rpl_innodb.test 2010-12-19 17:15:12 +0000 | |
+++ mysql-test/extra/rpl_tests/rpl_innodb.test 2013-09-12 16:06:27 +0000 | |
@@ -114,6 +114,11 @@ connection master; | |
FLUSH LOGS; | |
DROP DATABASE mysqltest1; | |
+# The temporary table mysqltest1.tmp2 is only dropped on the slave when the | |
+# owning connection on the master is closed. So do that now to not leave a | |
+# temporary table file around after this test terminates. | |
+disconnect master; | |
+connect (master,127.0.0.1,root,,test,$MASTER_MYPORT,); | |
--echo End of 5.1 tests | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment