MySQL Forums
Forum List  »  Replication

Re: Temporal tables and slave replication
Posted by: Adam Newman
Date: July 16, 2012 01:47PM

I'm also having the problem with the insert statement. I did some tests, and found that the replicate-wild-ignore-table= option doesn't seem to work for the table specified in the SELECT. So, for example:

INSERT INTO myReport(
....
)
SELECT
....
FROM
norep_myTemp;

replicate-wild-ignore-table=myschema.norep_% doesn't prevent this statement from being executed. Is this correct? It is causing problems in our system. Do we need to prefix our permanent table (myReport) with no_rep?

Options: ReplyQuote


Subject
Views
Written By
Posted
Re: Temporal tables and slave replication
972
July 16, 2012 01:47PM


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.