List:Commits« Previous MessageNext Message »
From:gni Date:February 8 2007 7:29am
Subject:bk commit into 4.1 tree (gni:1.2564) BUG#21715
View as plain text  
Below is the list of changes that have just been committed into a local
4.1 repository of root. When root 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-02-08 14:29:33+08:00, gni@stripped +1 -0
  BUG#21715 mgm client command <id|all> STATUS return "version(0.0.0.0)" for
non-data nodes

  ndb/src/mgmclient/CommandInterpreter.cpp@stripped, 2007-02-08 14:29:32+08:00,
gni@stripped +1 -0
    version must be assigned the real value before it is used.

# 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-4.1/mysql-4.1-bug21715

--- 1.53/ndb/src/mgmclient/CommandInterpreter.cpp	2007-02-08 14:29:37 +08:00
+++ 1.54/ndb/src/mgmclient/CommandInterpreter.cpp	2007-02-08 14:29:37 +08:00
@@ -1629,6 +1629,7 @@
   }
   if (cl->node_states[i].node_type != NDB_MGM_NODE_TYPE_NDB){
     if (cl->node_states[i].version != 0){
+      version = cl->node_states[i].version;
       ndbout << "Node "<< cl->node_states[i].node_id <<": connected"
;
       ndbout_c(" (Version %d.%d.%d)",
              getMajor(version) ,
Thread
bk commit into 4.1 tree (gni:1.2564) BUG#21715gni8 Feb