Hello,

I'm wondering why on a replication client (MySQL 4.0.23) a "drop table XYZ" is written to the mysql binlog while the following "load table XYZ from master" is not.

This missing binlog-entry in the first repl. client causes a second replication client, which is replicating the first client, (sounds silly but this construction is necessary to filter the entries of a single database out of dozen hosted on the master and to replicate the logentries for this database only) to go out of sync cause it still holds the old values while the first client now is up to date.

Help would be appreciated

Lutz Maibach
EasyCom GmbH



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



Reply via email to