From: Date: July 25 2007 8:53am Subject: bk commit into 5.0 tree (gni:1.2512) BUG#27683 List-Archive: http://lists.mysql.com/commits/31528 X-Bug: 27683 Message-Id: <200707250653.l6P6rVCK019381@dev3-221.dev.cn.tlan> Below is the list of changes that have just been committed into a local 5.0 repository of gni. When gni does a push these changes will be propagated to the main repository and, within 24 hours after the push, to the public repository. For information on how to access the public repository see http://dev.mysql.com/doc/mysql/en/installing-source-tree.html ChangeSet@stripped, 2007-07-25 14:53:25+08:00, gni@stripped +1 -0 BUG#27683 Incorrect description for ndb_restore --print ndb/tools/restore/restore_main.cpp@stripped, 2007-07-25 14:53:23+08:00, gni@stripped +1 -1 modify --print explaination of ndb_restore # This is a BitKeeper patch. What follows are the unified diffs for the # set of deltas contained in the patch. The rest of the patch, the part # that BitKeeper cares about, is below these diffs. # User: gni # Host: dev3-221.dev.cn.tlan # Root: /home/ngb/mysql/mysql-5.0/bug27683 --- 1.41/ndb/tools/restore/restore_main.cpp 2007-07-25 14:53:31 +08:00 +++ 1.42/ndb/tools/restore/restore_main.cpp 2007-07-25 14:53:31 +08:00 @@ -112,7 +112,7 @@ "(parallelism can be 1 to 1024)", (gptr*) &ga_nParallelism, (gptr*) &ga_nParallelism, 0, GET_INT, REQUIRED_ARG, 128, 1, 1024, 0, 1, 0 }, - { "print", OPT_PRINT, "Print data and log to stdout", + { "print", OPT_PRINT, "Print metadata, data and log to stdout", (gptr*) &_print, (gptr*) &_print, 0, GET_BOOL, NO_ARG, 0, 0, 0, 0, 0, 0 }, { "print_data", OPT_PRINT_DATA, "Print data to stdout",