e.g.
insert into t1 select * from t2 join t3 ...
if t2 or t3 are not being replicated to the slave i guess this creates an error on the slave? i realized this and switched to RBR (row based replication).
any other suggestion?
--Ricardo
insert into t1 select * from t2 join t3 ...
if t2 or t3 are not being replicated to the slave i guess this creates an error on the slave? i realized this and switched to RBR (row based replication).
any other suggestion?
--Ricardo