Hi all, This is quite an involved one...
Using MySQL 4.0.11 on linux I have two logical db's on the same machine, lets say db1 and db2. I have perl apps doing the following: "replace into db2.tablename ....." In my.cnf I have the line "binlog-do-db = db1" The queries are being performed OK on db2, but they're being included in the replication bin-log. I also have inserts in the similar form of "insert into db2.tablename ....." that work fine and don't show up in the same bin-log! Any ideas? Is this a bug? Cheers, Andrew Sql, query --------------------------------------------------------------------- Before posting, please check: http://www.mysql.com/manual.php (the manual) http://lists.mysql.com/ (the list archive) To request this thread, e-mail <[EMAIL PROTECTED]> To unsubscribe, e-mail <[EMAIL PROTECTED]> Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php