MySQL Forums
Forum List  »  Replication

Re: Temporal tables and slave replication
Posted by: Aftab Khan
Date: July 16, 2012 08:10AM

Why are you combing two options:

replicate-ignore-table = powersystem.temp%
replicate-wild-do-table = powersystem.%

If you want to ignore 'temp%' table use following only:

replicate-ignore-table = powersystem.temp%

Options: ReplyQuote


Subject
Views
Written By
Posted
Re: Temporal tables and slave replication
892
July 16, 2012 08: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.