Re: (perl) script for replication log rotation

2002-10-30 Thread Marc Prewitt
Here's one which takes log rotation a step further than mysql provides for. It is run on the slaves to keep track of their position and then run on the master to purge up to the earliest slave position. This is useful because you can't reliably get all the slaves' latest position by looking at a

(perl) script for replication log rotation

2002-10-14 Thread Adam Arrowood
Anyone know of/have recommendations on a perl script to do replication (binary) log rotation? I have a master with multiple slaves. I need to be able to rotate the binary log of the master and get rid of any old files that the slaves aren't reading. I'm looking for a script that will talk to the