#At file:///home/msvensson/mysql/6.4/ based on
revid:tomas.ulin@stripped
2891 Magnus Svensson 2009-02-25
Bug#37384 ndb_restore should show stop GCP of backup
modified:
storage/ndb/tools/restore/restore_main.cpp
=== modified file 'storage/ndb/tools/restore/restore_main.cpp'
--- a/storage/ndb/tools/restore/restore_main.cpp 2009-02-20 08:53:44 +0000
+++ b/storage/ndb/tools/restore/restore_main.cpp 2009-02-25 09:00:28 +0000
@@ -966,7 +966,9 @@ main(int argc, char** argv)
}
info << endl;
-
+
+ info << "Stop GCP of Backup: " << metaData.getStopGCP() << endl;
+
/**
* check wheater we can restore the backup (right version).
*/
| Thread |
|---|
| • bzr commit into mysql-5.1-telco-6.4 branch (msvensson:2891) Bug#37384 | Magnus Svensson | 25 Feb 2009 |