From: Date: September 12 2007 1:53pm Subject: bk commit into 5.0 tree (tomas:1.2479) BUG#23354 List-Archive: http://lists.mysql.com/commits/34085 X-Bug: 23354 Message-Id: <20070912115336.88AC118128300@linux.local> Below is the list of changes that have just been committed into a local 5.0 repository of tomas. When tomas 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-09-12 13:53:32+02:00, tomas@stripped +2 -0 BUG#23354 revert ndb/src/common/debugger/EventLogger.cpp@stripped, 2007-09-12 13:53:30+02:00, tomas@stripped +2 -0 BUG#23354 revert ndb/src/mgmclient/CommandInterpreter.cpp@stripped, 2007-09-12 13:53:30+02:00, tomas@stripped +1 -9 BUG#23354 revert # 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: tomas # Host: whalegate.ndb.mysql.com # Root: /home/tomas/mysql-5.0-ndb-bj --- 1.35/ndb/src/common/debugger/EventLogger.cpp 2007-06-13 12:42:16 +02:00 +++ 1.36/ndb/src/common/debugger/EventLogger.cpp 2007-09-12 13:53:30 +02:00 @@ -91,6 +91,8 @@ if (action == 0) return; str.appfmt(", restarting"); + if (action & 2) + str.appfmt(", no start"); if (action & 4) str.appfmt(", initial"); } --- 1.79/ndb/src/mgmclient/CommandInterpreter.cpp 2007-07-30 12:44:49 +02:00 +++ 1.80/ndb/src/mgmclient/CommandInterpreter.cpp 2007-09-12 13:53:30 +02:00 @@ -2168,15 +2168,7 @@ ndbout << "Node"; for (int i= 0; i < no_of_nodes; i++) ndbout << " " << node_ids[i]; - ndbout_c(": Is being restarted"); - - ndbout << "Node"; - for (int i= 0; i < no_of_nodes; i++) - ndbout << " " << node_ids[i]; - if (nostart) - ndbout_c(": No start"); - else - ndbout_c(": Is rejoining the cluster"); + ndbout_c(" is being restarted"); } if(need_disconnect) disconnect();