List:Commits« Previous MessageNext Message »
From:lzhou Date:July 30 2007 10:46am
Subject:bk commit into 5.0 tree (lzhou:1.2469)
View as plain text  
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-07-30 10:45:46+00:00, lzhou@dev3-63.(none) +1 -0
  Merge lzhou@stripped:/home/bk/mysql-5.0-ndb-bj
  into  dev3-63.(none):/home/zhl/mysql/mysql-5.0/bug23354
  MERGE: 1.2463.53.1

  ndb/src/mgmclient/CommandInterpreter.cpp@stripped, 2007-07-30 10:44:49+00:00, lzhou@dev3-63.(none) +0 -0
    Auto merged
    MERGE: 1.75.1.1

# 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/RESYNC

--- 1.78/ndb/src/mgmclient/CommandInterpreter.cpp	2007-07-30 10:46:00 +00:00
+++ 1.79/ndb/src/mgmclient/CommandInterpreter.cpp	2007-07-30 10:46:00 +00:00
@@ -2148,7 +2148,7 @@ CommandInterpreter::executeRestart(Vecto
     return -1;
   }
 
-  if (!nostart)
+  if (nostart)
     ndbout_c("Shutting down nodes with \"-n, no start\" option, to subsequently start the nodes.");
 
   result= ndb_mgm_restart3(m_mgmsrv, no_of_nodes, node_ids,
@@ -2168,7 +2168,15 @@ CommandInterpreter::executeRestart(Vecto
       ndbout << "Node";
       for (int i= 0; i < no_of_nodes; i++)
         ndbout << " " << node_ids[i];
-      ndbout_c(" is being restarted");
+      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");
     }
     if(need_disconnect)
       disconnect();
Thread
bk commit into 5.0 tree (lzhou:1.2469)lzhou30 Jul