#At file:///home/jonas/src/telco-6.4/ based on revid:magnus.blaudd@stripped
3726 Jonas Oreland 2010-08-30
ndb - bug#56298 - don't print stop GCP until you've read it from disk
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 2010-06-11 11:58:22 +0000
+++ b/storage/ndb/tools/restore/restore_main.cpp 2010-08-30 07:25:44 +0000
@@ -1104,8 +1104,6 @@ main(int argc, char** argv)
info << endl;
- info << "Stop GCP of Backup: " << metaData.getStopGCP() << endl;
-
/**
* check wheater we can restore the backup (right version).
*/
@@ -1130,6 +1128,8 @@ main(int argc, char** argv)
debug << "Load content" << endl;
int res = metaData.loadContent();
+
+ info << "Stop GCP of Backup: " << metaData.getStopGCP() << endl;
if (res == 0)
{
Attachment: [text/bzr-bundle] bzr/jonas@mysql.com-20100830072544-6nai5wil0lfd6gva.bundle
| Thread |
|---|
| • bzr commit into mysql-5.1-telco-7.0 branch (jonas:3726) Bug#56298 | Jonas Oreland | 30 Aug |