mariadb/mysql-test/suite/rpl/r/semisync_memleak_4066.result

7 lines
169 B
Text

include/master-slave.inc
[connection master]
connection master;
connect con1,localhost,root,,;
CREATE TEMPORARY TABLE tmp (i INT);
disconnect con1;
include/rpl_end.inc