Hello,
I have 3 node xtradb cluster (node.a , node.b, node.c) – all running the latest 5.6 version.
I also have a standard mysql 5.5 (server.d) which serves as a mysql replication master to node.a(which is a mysql.slave) in the cluster.
When i start standard mysql replication on node.a(mysql.slave) in the cluster , replication starts successfully replicating data from
master server.d but after replication starts i notice that any data that gets written to node.b or node.c does not get written to node.a
but any data that gets written to node.a does get written to both node.b and node.c
I can provide conf files if needed - but wanted to see if anyone has experienced similar issues with mysql.standard
replication into a single node apart of a xtradb cluster?
thanks P.:eek: