From: Date: January 29 2007 3:49pm Subject: bk commit into 5.0 tree (lzhou:1.2320) BUG#23354 List-Archive: http://lists.mysql.com/commits/18930 X-Bug: 23354 Message-Id: <200701291449.l0TEnTpb018035@dev3-63.dev.cn.tlan> Below is the list of changes that have just been committed into a local 5.0 repository of zhl. When zhl 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-01-29 14:49:16+00:00, lzhou@dev3-63.(none) +1 -0 Bug#23354 Add explaination when ndb_mgm do restart ndb/src/mgmclient/CommandInterpreter.cpp@stripped, 2007-01-29 14:49:11+00:00, lzhou@dev3-63.(none) +3 -0 Add printout to indicate the usage of "-n" # 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: lzhou # Host: dev3-63.(none) # Root: /home/zhl/mysql/mysql-5.0/bug23354 --- 1.72/ndb/src/mgmclient/CommandInterpreter.cpp 2007-01-29 14:49:29 +00:00 +++ 1.73/ndb/src/mgmclient/CommandInterpreter.cpp 2007-01-29 14:49:29 +00:00 @@ -2029,6 +2029,9 @@ return -1; } + if (!nostart) + ndbout_c("Shutting down nodes with \"-n, no start\" option, to subsequently start the node."); + result= ndb_mgm_restart3(m_mgmsrv, no_of_nodes, node_ids, initialstart, nostart, abort, &need_disconnect);