1
# Replication tests need binlog
2
source include/have_log_bin.inc;
4
connect (master,localhost,root,,test,$MASTER_MYPORT,);
5
connect (master1,localhost,root,,test,$MASTER_MYPORT,);
6
connect (slave,localhost,root,,test,$SLAVE_MYPORT,);
7
connect (slave1,localhost,root,,test,$SLAVE_MYPORT,);
10
# Set the default connection to 'master'