mirror of
https://github.com/MariaDB/server.git
synced 2025-01-31 11:01:52 +01:00
correct include file
This commit is contained in:
parent
173a9473be
commit
06b267cbb7
1 changed files with 3 additions and 0 deletions
|
@ -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,);
|
||||
|
|
Loading…
Add table
Reference in a new issue