Hi there,
I have an ExtraDb Cluster with 2 nodes (both are master).
I use an CakePHP script to delete some records from a MyIsam table.
The records are deleted from the first machine. But the second machine is not synchronized after delete operation and it still has the records.
If I delete records manually from first machine, everything is working fine and data is synchronized.
Can you please give me any tip where to look/configure ?
Thanks.