Bug #44712 ndb_restore --print-epoch missing
Submitted: 7 May 2009 9:54 Modified: 14 Sep 2009 20:53
Reporter: Johan Andersson Email Updates:
Status: Duplicate Impact on me:
None 
Category:MySQL Cluster: Cluster (NDB) storage engine Severity:S3 (Non-critical)
Version:mysql-5.1-telco-7.0 OS:Any
Assigned to: CPU Architecture:Any
Tags: ndb_restore

[7 May 2009 9:54] Johan Andersson
Description:
It is not possible to print the epoch information stored in the backup files.
This would simplify setting up Cluster -> Non-cluster replication.

How to repeat:
Well it is not possible to do this at all!

Suggested fix:
-
[7 May 2009 9:57] Johan Andersson
in restore/consumer_printer.cpp:

bool
BackupPrinter::update_apply_status(const RestoreMetaData &metaData)
{
  if (m_print)
  {
  }
  return true;
}
[14 Sep 2009 20:53] MySQL Verification Team
Duplicate of Bug #33043
[23 Jan 2010 21:54] Andrew Hutchings
Also duplicate of bug #37384