MySQL Forums
Forum List  »  Connector/Python

Re: log-bin not logging UPDATEs
Posted by: Johnny Boy
Date: March 25, 2008 09:12AM

I managed to figure it out.

Sorry to blaim the mysqldb guys, it was a general mysql problem.

When I do this: "update database.table set field=1" it gets saved but NOT replicated.
While instead doing this: "use database; update table set field=1", it gets replicated.

No warnings, no errors, it gets saved in both cases. So why does it not replicate? I think it's very strange

Options: ReplyQuote


Subject
Written By
Posted
February 14, 2008 08:12AM
February 15, 2008 02:11AM
February 15, 2008 02:26AM
February 18, 2008 03:12AM
February 15, 2008 02:27AM
Re: log-bin not logging UPDATEs
March 25, 2008 09:12AM


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.