I've had this same problem -- if the database loses connection at the
same time the log file flushes, you need to SET MASTER_LOG_FILE and
MASTER_LOG_POS again and restart.  I believe this probably qualifies
as a bug if you want to report it.

The reason the slave isn't updating log5 is because it's at the end of
the logfile -- check out the position, and then check out the length
of the file.

-Sheeri

On 5/15/06, balaraju mandala <[EMAIL PROTECTED]> wrote:
Hi Comunity,

I need some help from you. In replication i want to update old binary files,
but server is not updating old files. It is updatin only current using
binarylog only.

The scenario is, my master is updating log-5 file(say) and slave is reading
data from it, and updating itself to current changes. but connection is lost
between master and slave. After the connection is established the new log-6
file is update by master but at slave side its only log-5. slave is not
updating log-5 though connection is ok.

what i have to do so that the old binary file have to be updated in slave.

regards,
bala



--
MySQL General Mailing List
For list archives: http://lists.mysql.com/mysql
To unsubscribe:    http://lists.mysql.com/[EMAIL PROTECTED]

Reply via email to