Skip to content

Instantly share code, notes, and snippets.

@knielsen
Created September 12, 2013 16:07
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save knielsen/6540045 to your computer and use it in GitHub Desktop.
Save knielsen/6540045 to your computer and use it in GitHub Desktop.
=== 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