I want to replicate all update statement from Master as a Insert at slave end.
1. Is it possible like in SQL Server ?
2 If so , how ?
I want to do it because , if any record on master is updating and if same record is not present at Slave end , then instead of Replication tends to fail, it should insert that record at slave end.
All insert on Master will act as Insert only at slave end