List:Internals« Previous MessageNext Message »
From:Stewart Smith Date:November 29 2005 7:08am
Subject:bk commit into 5.1 tree (stewart:1.1981)
View as plain text  
Below is the list of changes that have just been committed into a local
5.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.1981 05/11/29 08:08:02 stewart@stripped +1 -0
  Sysfile.hpp:
    correct comment for 5.1 sysfile file format

  storage/ndb/src/kernel/blocks/dbdih/Sysfile.hpp
    1.5 05/11/29 08:07:11 stewart@stripped +2 -2
    correct comment for >= 1 sysfile file format

# 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/5.1/cleanup

--- 1.4/storage/ndb/src/kernel/blocks/dbdih/Sysfile.hpp	2005-11-07 12:19:06 +01:00
+++ 1.5/storage/ndb/src/kernel/blocks/dbdih/Sysfile.hpp	2005-11-29 08:07:11 +01:00
@@ -34,8 +34,8 @@
 
 /**
  * No of 32 bits word in sysfile
- * 
- *   5 + 
+ *
+ *   6 +                                           // was 5 in < version 5.1
  *   MAX_NDB_NODES +                               // lastCompletedGCI
  *   NODE_ARRAY_SIZE(MAX_NDB_NODES, 4) +           // nodeStatus
  *   NODE_ARRAY_SIZE(MAX_NDB_NODES, NODEID_BITS) + // nodeGroups
Thread
bk commit into 5.1 tree (stewart:1.1981)Stewart Smith29 Nov