Hi all,
I have a SQL replication issue, where on the slaves queries are getting run incorrectly.
ie. On the Master I will pass an insert query to a particular table and one the 2 slaves a different table name is being used.
For instance.
insert userdomains () values ();
on the slave becomes
insert xxxx.new () value ();
I've also attempted to run the query separately, with same result.
Anyone seen this behaviour before ? Logs don't really tell me anything other than that the table does not exist with a Error 1146.
The table userdomains does exist of course but the table new does not, I've re-written the query as well but no job. On master the query runs perfectly fine.
Thanks
mark
I have a SQL replication issue, where on the slaves queries are getting run incorrectly.
ie. On the Master I will pass an insert query to a particular table and one the 2 slaves a different table name is being used.
For instance.
insert userdomains () values ();
on the slave becomes
insert xxxx.new () value ();
I've also attempted to run the query separately, with same result.
Anyone seen this behaviour before ? Logs don't really tell me anything other than that the table does not exist with a Error 1146.
The table userdomains does exist of course but the table new does not, I've re-written the query as well but no job. On master the query runs perfectly fine.
Thanks
mark