Bug #10898 Inserted data is not being replicated using cluster engines
Submitted: 26 May 2005 23:42 Modified: 27 May 2005 10:08
Reporter: Jonathan Miller Email Updates:
Status: Closed Impact on me:
None 
Category:MySQL Server: Replication Severity:S1 (Critical)
Version:5.1.0 OS:Linux (Linux)
Assigned to: Tomas Ulin CPU Architecture:Any

[26 May 2005 23:42] Jonathan Miller
Description:
I did a bk pull and build today, so code is latest version. All database and table create statements are replicated. None of the inserted data is being replicated.

Currently setup with NDB10 and Master Cluster, and NDB11 as Slave Cluster.

Copied  ndb11-relay-bin.000005, ndb11.mysql.com.err
 and ndb11-relay-bin.index to ndb.mysql.com: /home/jonathan for review.

Note cluster_replication.apply_status contains not records.

How to repeat:
Setup Cluster replication:

Create a database;
create a table;

Insert data.
[27 May 2005 9:48] Tomas Ulin
an ifdef caused code not to work properly unless configured with-debug=full