Bug #27787 "15.10.9. MySQL Cluster Backups With Replication" has an incorrect statement
Submitted: 12 Apr 2007 16:01 Modified: 18 Apr 2007 21:45
Reporter: Jonathan Miller Email Updates:
Status: Closed Impact on me:
None 
Category:MySQL Server: Documentation Severity:S2 (Serious)
Version: 5.1 OS:Any
Assigned to: Jon Stephens CPU Architecture:Any

[12 Apr 2007 16:01] Jonathan Miller
Description:
Now you need to obtain the most recent epoch from the ndb_binlog_index table on the slave (as discussed in Section 15.10.8, “Implementing Failover with MySQL Cluster”):

Should be either:

Now you need to obtain the most recent epoch from the ndb_binlog_index table on the master (as discussed in Section 15.10.8, “Implementing Failover with MySQL Cluster”):

or

Now you need to obtain the most recent epoch from the ndb_apply_status table on the slave (as discussed in Section 15.10.8, “Implementing Failover with MySQL Cluster”):

ndb_binlog_index == master
ndb_apply_status == slave

How to repeat:
see above
[18 Apr 2007 21:45] Jon Stephens
Thank you for your bug report. This issue has been addressed in the documentation. The updated documentation will appear on our website shortly, and will be included in the next release of the relevant products.