summaryrefslogtreecommitdiffstats
path: root/mysql-test/suite/rpl/r/semisync_memleak_4066.result
diff options
context:
space:
mode:
Diffstat (limited to 'mysql-test/suite/rpl/r/semisync_memleak_4066.result')
-rw-r--r--mysql-test/suite/rpl/r/semisync_memleak_4066.result7
1 files changed, 7 insertions, 0 deletions
diff --git a/mysql-test/suite/rpl/r/semisync_memleak_4066.result b/mysql-test/suite/rpl/r/semisync_memleak_4066.result
new file mode 100644
index 00000000..3fa69753
--- /dev/null
+++ b/mysql-test/suite/rpl/r/semisync_memleak_4066.result
@@ -0,0 +1,7 @@
+include/master-slave.inc
+[connection master]
+connection master;
+connect con1,localhost,root,,;
+CREATE TEMPORARY TABLE tmp (i INT);
+disconnect con1;
+include/rpl_end.inc