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
This commit is contained in:
msvensson@pilot.(none) 2007-06-07 19:18:01 +02:00
commit 1afb1c8ddf
25 changed files with 94 additions and 108 deletions

View file

@ -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,);