From 1afb1c8ddf85d2eb10df15c9730641d248b10004 Mon Sep 17 00:00:00 2001 From: "msvensson@pilot.(none)" <> Date: Thu, 7 Jun 2007 19:18:01 +0200 Subject: Bug#28369 rpl test cases fail with binlog disabled - Turn on binlog only for tests that need it - Skip those tests if --skip-binlog is used --- mysql-test/include/master-slave.inc | 3 +++ 1 file changed, 3 insertions(+) (limited to 'mysql-test/include/master-slave.inc') diff --git a/mysql-test/include/master-slave.inc b/mysql-test/include/master-slave.inc index ea09f4e842b..6b5a508a949 100644 --- a/mysql-test/include/master-slave.inc +++ b/mysql-test/include/master-slave.inc @@ -1,3 +1,6 @@ +# Replication tests need binlog +source include/have_binlog.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,); -- cgit v1.2.1