From: Stewart Smith Date: June 13 2008 6:57am Subject: bzr commit into mysql-5.1-telco-6.4 branch (stewart:2656) Bug#37384 List-Archive: http://lists.mysql.com/commits/47831 X-Bug: 37384 Message-Id: <20080613065756.2C3CA2C5AC42@willster> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit #At file:///home/stewart/mysql/stew-telco-6.4/ 2656 Stewart Smith 2008-06-13 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 2008-06-09 14:31:19 +0000 +++ b/storage/ndb/tools/restore/restore_main.cpp 2008-06-13 06:57:50 +0000 @@ -760,7 +760,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). */