mirror of
https://github.com/MariaDB/server.git
synced 2025-04-22 15:15:41 +02:00

Add MTR tests in the `multi_source` suite to validate future changes that they does not affect the function of these two `mariadbd` options ``` master_info_file rpl_show_slave_auth_info ``` Reviewed-by: Susil Kumar Behera <susil.behera@mariadb.com>
13 lines
177 B
INI
13 lines
177 B
INI
!include ./my.cnf
|
|
|
|
[mysqld.1]
|
|
show-slave-auth-info
|
|
|
|
[mysqld.4]
|
|
server-id=4
|
|
log-warnings=2
|
|
report-user=my_user
|
|
report-password=my_password
|
|
|
|
[ENV]
|
|
SERVER_MYPORT_4= @mysqld.4.port
|