mirror of
https://github.com/MariaDB/server.git
synced 2025-12-24 11:21:21 +03:00
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:
@@ -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,);
|
||||
|
||||
Reference in New Issue
Block a user