summaryrefslogtreecommitdiffstats
path: root/mysql-test/suite/rpl/my.cnf
blob: d61e32ed51a596b34545ec86ab16339a3bc01bac (plain)
1
2
3
4
5
6
7
8
# Use settings from rpl_1slave_base.cnf
# add setting to connect the slave to the master by default
!include rpl_1slave_base.cnf
# Override specific server settings using [mariadb-x.y] option group
# from `test.cnf` file right after including this file.
# E.g. after !include ../my.cnf, in your `test.cnf`, specify your configuration
# in option group e.g [mysqld.x], so that number `x` corresponds to the number
# in the rpl server topology.