MySQL Forums
Forum List  »  Replication

Force swtich in log files
Posted by: Bastien Koert
Date: March 17, 2005 09:45AM

With Oracle its possible to force a switch in their version of the bin-log using:

ALTER SYSTEM switch logfile;
or
ALTER SYSTEM checkpoint;

Is sthis functionality supported with MySQL? We have some issues with delays in replication and to track how far behind the slave is, it would be nice to be able to force a log switch and track the servers status.

Bastien

cat, the other other white meat

Options: ReplyQuote


Subject
Views
Written By
Posted
Force swtich in log files
10149
March 17, 2005 09:45AM
4649
March 18, 2005 05:13PM


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.