Hi all,
We currently have a 2 node cluster database (2 hosts with a ndbd and sql
node on each) setup and I want to do some realtime backups of the database
by using the replication feature. I was wondering if there was a way to
capture the cluster updates on a single slave, eg:
So if I have :
Node A (master) Slave C
Node B
I'd like all cluster changes (either from Node B or Node A) to make it over
to Slave C. Playing around, I see that the changes made to the cluster by
the sql node on B aren't reflected in A's binlog so they won't make it
across. Is there a way to make this work without upgrading to a later
release ?
Thanks,
Yong.