hello fellow mysql admins!
I have a question you guys may the answer to.
I am familiar with single master to multi slave setup. I am also familiar with dual master setup.
However, I want to ask you:
Is it possible to have a dual master with each master having their own slaves?
from my initial testing, I got a dual master setup and one of the master (M1) has slaves.
what I noticed is that if I update records in M1, the slaves and M2 are updated. But if I edited from M2, only M1 is updated. M1 slaves are not updated.
I am on mysql 5.1.x
Any way to fix this?
thanks