MySQL Forums
Forum List  »  Replication

Re: mysql-relay-binlog is not purge in master
Posted by: Will Khoo
Date: May 06, 2021 01:40AM

I have look into the URL shared by you, under "relay_log_purge", it mentioned about default value is 1 to enabled it.

==> Disable or enable automatic purging of relay logs as soon as they are no longer needed.

In my master, it is already configure as 1.

mysql> SELECT @@global.relay_log_purge;
+--------------------------+
| @@global.relay_log_purge |
+--------------------------+
| 1 |
+--------------------------+
1 row in set (0.00 sec)

But, the relay log never purge itself since Oct 2020.
Anything I missed to configured?

Oldest is mysql-relay-binlog.006987 dated on Oct 2020.
And all these relay binlog never purge until today.
These relay binlog is side on MASTER directory.

Latest file is mysql-relay-binlog.010025.(check from slave status from SLAVE)

Options: ReplyQuote


Subject
Views
Written By
Posted
Re: mysql-relay-binlog is not purge in master
329
May 06, 2021 01:40AM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.