mirror of
https://github.com/MariaDB/server.git
synced 2025-01-17 12:32:27 +01:00
da61107fc8
Problem:- In the case of multisource replication/named slave when we run "FLUSH LOGS" , it does not flush logs. Solution:- A new function Master_info_index->flush_all_relay_logs() is created which will rotate relay logs for all named slave. This will be called in reload_acl_and_cache function when connection_name.length == 0
22 lines
267 B
INI
22 lines
267 B
INI
!include my.cnf
|
|
|
|
[mysqld.1]
|
|
log-bin
|
|
log-slave-updates
|
|
|
|
[mysqld.2]
|
|
log-bin
|
|
log-slave-updates
|
|
|
|
[mysqld.3]
|
|
log-bin
|
|
log-slave-updates
|
|
|
|
[mysqld.4]
|
|
server-id=4
|
|
log-bin=server4-bin
|
|
log-slave-updates
|
|
|
|
[ENV]
|
|
SERVER_MYPORT_4= @mysqld.4.port
|
|
SERVER_MYSOCK_4= @mysqld.4.socket
|