| Slave |
---------
/\
|
|
|
|
---------- ---------
|Master A| <------------| User A |
---------- ---------
/\
|
|
|
|
\/
------------ ----------
| Mastrer B| <----------| User B |
------------ ----------
When User B Insert to Master B Replication between (Master A&B) will be done but it would not be replicated from Master-A and Slave. But when User A Insert to Master A All Replication will be done. As my Friend Realized said when User B insert to Master-B it will be Replicated with Master-A but log file and log position of Master-A will no change so it can't be replicated from Master-A to Slave.
We were wondering if anybody could find out how could we handle this problem?