List:Commits« Previous MessageNext Message »
From:jack andrews Date:April 9 2009 3:46am
Subject:bzr commit into mysql-5.1-telco-7.0 branch (jack:2865) Bug#28905
View as plain text  
#At file:///C:/w/repo/70/ based on revid:jack@stripped

 2865 jack andrews	2009-04-09
      bug#28905 problems with output from `ndbd --help`

    modified:
      storage/ndb/src/kernel/main.cpp
=== modified file 'storage/ndb/src/kernel/main.cpp'
--- a/storage/ndb/src/kernel/main.cpp	2009-03-18 13:01:45 +0000
+++ b/storage/ndb/src/kernel/main.cpp	2009-04-09 03:46:22 +0000
@@ -71,7 +71,8 @@ static struct my_option my_long_options[
     (uchar**) &opt_nowait_nodes, (uchar**) &opt_nowait_nodes, 0,
     GET_STR, REQUIRED_ARG, 0, 0, 0, 0, 0, 0 },
   { "initial-start", 256,
-    "Perform initial start",
+    "Perform a partial initial start of the cluster.  "
+    "Each node should be started with this option, as well as --nowait-nodes"
     (uchar**) &opt_initialstart, (uchar**) &opt_initialstart, 0,
     GET_BOOL, NO_ARG, 0, 0, 0, 0, 0, 0 },
   { "bind-address", 256,


Attachment: [text/bzr-bundle] bzr/jack@sun.com-20090409034622-bvl8khm2tigel453.bundle
Thread
bzr commit into mysql-5.1-telco-7.0 branch (jack:2865) Bug#28905jack andrews9 Apr