Re: Replication bin log rollover....

2003-07-07 Thread walt
x file -- then start mysql, issue a flush logs command > and see what happens. > > --jeff > > - Original Message - > From: "Andrew Braithwaite" <[EMAIL PROTECTED]> > To: <[EMAIL PROTECTED]> > Sent: Monday, July 07, 2003 3:33 AM > Subjec

Re: Replication bin log rollover....

2003-07-07 Thread Jeff Kilbride
logs command and see what happens. --jeff - Original Message - From: "Andrew Braithwaite" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Monday, July 07, 2003 3:33 AM Subject: Replication bin log rollover > Hi, > > I have a MySQL master server doing huge

Replication bin log rollover....

2003-07-07 Thread Andrew Braithwaite
Hi, I have a MySQL master server doing huge amounts of inserts and updates. I'm rapidly reaching the point where my binlogs will get to: myserver-bin.999 Does anyone know if MySQL treats the rollover gracefully? Will it rollover to myserver-bin.001 or will it move to a 4 figure extension? I c