diff options
author | msvensson@pilot.(none) <> | 2007-06-07 19:18:01 +0200 |
---|---|---|
committer | msvensson@pilot.(none) <> | 2007-06-07 19:18:01 +0200 |
commit | 1afb1c8ddf85d2eb10df15c9730641d248b10004 (patch) | |
tree | f4796631443c0498eee4f9e36ae1f25989e349b4 /mysql-test/include/master-slave.inc | |
parent | c7ee7b33ce2f4712b8d14f5a0e4386e40a13e449 (diff) | |
download | mariadb-git-1afb1c8ddf85d2eb10df15c9730641d248b10004.tar.gz |
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
Diffstat (limited to 'mysql-test/include/master-slave.inc')
-rw-r--r-- | mysql-test/include/master-slave.inc | 3 |
1 files changed, 3 insertions, 0 deletions
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,); |