MySQL Master-Master replication generating thousands of log files
- by Andrew
Today, I checked the /var/lib/mysql/ directory of a server in a master-master replication setup and noticed there were about 3,600 slave-relay.00xxxx files in there (where "xxxx" is an incrementing integer).
They appear to be binary log files and don't take up much space (only about 42K), but are they an indication that something is wrong?
They range in date from August until today with about 25 per day.
Thanks for any help.