MySQL Forums
Forum List  »  Triggers

Re: Triggers and mysql replication
Posted by: Walter Vrey
Date: March 18, 2011 12:50AM

Hi,

Just to update our findings on triggers on server only and not on slaves:

1. Some records are being replicated when the trigger insert the record

2. Most tables stay unchanged on the slaves. The trigger events will update and insert records on the master as designed, but replication of those records fails.

So, a very expensive lesson learned :)
Back to the drawing board, now to sort out how the db should handle autonumbers and triggers on master / slave environment...

Regards
Walter

Options: ReplyQuote


Subject
Views
Written By
Posted
3620
March 12, 2011 03:29AM
1681
March 14, 2011 01:44AM
Re: Triggers and mysql replication
2010
March 18, 2011 12:50AM
1454
April 05, 2011 09:10AM


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.