11 messages in com.mysql.lists.clustercluster replication in 4.1.16
FromSent OnAttachments
Alex Davies24 Jun 2006 02:59 
Adam Dixon24 Jun 2006 17:14 
Yong Lee26 Jun 2006 12:55 
Jimmy Guerrero29 Jun 2006 17:20 
Stewart Smith29 Jun 2006 22:30 
Stewart Smith29 Jun 2006 22:31 
Simon Garner29 Jun 2006 22:48 
Stewart Smith30 Jun 2006 00:51 
Simon Garner30 Jun 2006 03:08 
Yong Lee30 Jun 2006 10:03 
Stewart Smith30 Jun 2006 23:26 
Subject:cluster replication in 4.1.16
From:Yong Lee (yl@eqo.com)
Date:06/26/2006 12:55:12 PM
List:com.mysql.lists.cluster

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.