Skip to content

Commit

Permalink
Remove duplicated default client include from replication my.cnf
Browse files Browse the repository at this point in the history
- `default_client` is included already in rpl_1slave_base.cnf`, so
remove it from `my.cnf`
- Remove option group for `mysqld` server as and add comment how to
override specific settings for specific server

- Reviewer: <brandon.nesterenko@mariadb.com>
  • Loading branch information
an3l committed Sep 14, 2023
1 parent d8e9f3d commit b1ab4ec
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions mysql-test/suite/rpl/my.cnf
@@ -1,8 +1,8 @@
# Use settings from rpl_1slave_base.cnf
# add setting to connect the slave to the master by default
!include rpl_1slave_base.cnf
!include include/default_client.cnf


[mysqld.2]

# 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.

0 comments on commit b1ab4ec

Please sign in to comment.