summaryrefslogtreecommitdiff
path: root/mysql-test/suite/rpl/r/semisync_memleak_4066.result
blob: 3fa697532b6559df5c26520c961292292567bd13 (plain)
1
2
3
4
5
6
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