correct include file

This commit is contained in:
tomas@whalegate.ndb.mysql.com 2007-09-05 18:02:46 +02:00
parent 173a9473be
commit 06b267cbb7

View file

@ -1,3 +1,6 @@
# Replication tests need binlog
source include/have_log_bin.inc;
connect (master,127.0.0.1,root,,test,$MASTER_MYPORT,);
connect (master1,127.0.0.1,root,,test,$MASTER_MYPORT,);
connect (slave,127.0.0.1,root,,test,$SLAVE_MYPORT,);