List:Internals« Previous MessageNext Message »
From:Stewart Smith Date:November 29 2005 1:29pm
Subject:bk commit into 4.1 tree (stewart:1.2473)
View as plain text  
Below is the list of changes that have just been committed into a local
4.1 repository of stewart. When stewart 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
  1.2473 05/11/29 14:29:09 stewart@stripped +1 -0
  fix spuling mastaeke.
  
  Goup is not needed to run cluster

  ndb/src/kernel/blocks/dbdih/DbdihMain.cpp
    1.27 05/11/29 14:29:06 stewart@stripped +4 -4
    s/ownNodeGoup/ownNodeGroup/

# 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:	stewart
# Host:	willster.(none)
# Root:	/home/stewart/Documents/MySQL/4.1/cleanup

--- 1.26/ndb/src/kernel/blocks/dbdih/DbdihMain.cpp	2005-11-29 08:42:05 +01:00
+++ 1.27/ndb/src/kernel/blocks/dbdih/DbdihMain.cpp	2005-11-29 14:29:06 +01:00
@@ -11569,14 +11569,14 @@
     break;
   case CheckNodeGroups::GetNodeGroupMembers: {
     ok = true;
-    Uint32 ownNodeGoup =
+    Uint32 ownNodeGroup =
       Sysfile::getNodeGroup(sd->nodeId, SYSFILE->nodeGroups);
 
-    sd->output = ownNodeGoup;
+    sd->output = ownNodeGroup;
     sd->mask.clear();
 
     NodeGroupRecordPtr ngPtr;
-    ngPtr.i = ownNodeGoup;
+    ngPtr.i = ownNodeGroup;
     ptrAss(ngPtr, nodeGroupRecord);
     for (Uint32 j = 0; j < ngPtr.p->nodeCount; j++) {
       jam();
@@ -11584,7 +11584,7 @@
     }
 #if 0
     for (int i = 0; i < MAX_NDB_NODES; i++) {
-      if (ownNodeGoup == 
+      if (ownNodeGroup == 
 	  Sysfile::getNodeGroup(i, SYSFILE->nodeGroups)) {
 	sd->mask.set(i);
       }
Thread
bk commit into 4.1 tree (stewart:1.2473)Stewart Smith29 Nov