summaryrefslogtreecommitdiff
path: root/mysql-test/suite/rpl/t/semisync_memleak_4066.test
blob: f888f764b4345606756b40d5f90e09705c751aec (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# 
# MDEV-4066 semisync_master + temporary tables causes memory leaks
#
source include/have_semisync.inc;
source include/have_binlog_format_row.inc;
source include/master-slave.inc;

connection master;

--connect (con1,localhost,root,,)
CREATE TEMPORARY TABLE tmp (i INT);
--disconnect con1 

source include/rpl_end.inc;