Problem description:
I have to sync two tables , Innodb engine, PK autoincrement, few indexes. If I run sync without condition, sync is done OK. If I add condition (ID < 1000000000 , i need this condition because I have some records in target databas which shouldn't be synchonised) , extra records in target database are not deleted. Thi issue is very important and urgent, every input is welcome.
I'm prepared to send database sample if you need.