Hi
Reading the mysql cluster manual I found some sentences which are negating each other, they talk about Mysql cluster replication and in particular about the ndb_apply_status.
the first is:
"This table is populated only on slaves; on the master, no DataMemory is allocated to it. However, the table is populated from the
master. For this reason, this table must be replicated and any replication filtering or binary log filtering rules that prevent this prevent
replication between clusters from operating properly. For more information about potential problems arising from such filtering
rules"
the sencond is:
"The ndb_binlog_index and ndb_apply_status tables are created in the mysql database because they should not be replicated."
So I have a doubt... has the ndb_apply_status to be replicated in a Master-Slave replica within two MySQL clusters?
Thanks
Reading the mysql cluster manual I found some sentences which are negating each other, they talk about Mysql cluster replication and in particular about the ndb_apply_status.
the first is:
"This table is populated only on slaves; on the master, no DataMemory is allocated to it. However, the table is populated from the
master. For this reason, this table must be replicated and any replication filtering or binary log filtering rules that prevent this prevent
replication between clusters from operating properly. For more information about potential problems arising from such filtering
rules"
the sencond is:
"The ndb_binlog_index and ndb_apply_status tables are created in the mysql database because they should not be replicated."
So I have a doubt... has the ndb_apply_status to be replicated in a Master-Slave replica within two MySQL clusters?
Thanks