List:Commits« Previous MessageNext Message »
From:tomas Date:June 29 2006 3:37pm
Subject:bk commit into 5.1 tree (tomas:1.2033)
View as plain text  
Below is the list of changes that have just been committed into a local
5.1 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
  1.2033 06/06/29 17:37:16 tomas@stripped +1 -0
    fixed too small requestInfo in signal
    + adopted signal to be as close as possible to 5.1...

  storage/ndb/include/kernel/signaldata/LqhFrag.hpp
    1.5 06/06/29 17:37:10 tomas@stripped +22 -22
      fixed too small requestInfo in signal
      + adopted signal to be as close as possible to 5.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:	tomas
# Host:	poseidon.ndb.mysql.com
# Root:	/home/tomas/wl2325-alcatel

--- 1.4/storage/ndb/include/kernel/signaldata/LqhFrag.hpp	2006-06-28 16:40:14 +02:00
+++ 1.5/storage/ndb/include/kernel/signaldata/LqhFrag.hpp	2006-06-29 17:37:10 +02:00
@@ -104,7 +104,7 @@
   friend bool printLQH_FRAG_REQ(FILE *, const Uint32 *, Uint32, Uint16);
 
 public:
-  STATIC_CONST( SignalLength = 24 );
+  STATIC_CONST( SignalLength = 23 );
   
   enum RequestInfo {
     CreateInRunning = 0x8000000,
@@ -115,33 +115,33 @@
   Uint32 senderData;
   Uint32 senderRef;
   Uint32 fragmentId;
-  Uint8  requestInfo; 
-  Uint8  unused1; 
-  Uint16 noOfAttributes;
-  Uint32 tableId;
-  Uint32 localKeyLength;
-  Uint16 maxLoadFactor;
-  Uint16 minLoadFactor;
-  Uint16 kValue;
-  Uint8  tableType;             // DictTabInfo::TableType
-  Uint8  GCPIndicator;
-  Uint32 lh3DistrBits;
-  Uint32 lh3PageBits;
-  Uint32 noOfNullAttributes;
-  Uint32 maxRowsLow;
-  Uint32 maxRowsHigh;
-  Uint32 minRowsLow;
-  Uint32 minRowsHigh;
+  Uint32 requestInfo; 
+  Uint32 maxLoadFactor;
+  Uint32 minLoadFactor;
+  Uint32 kValue;
   Uint32 schemaVersion;
-  Uint32 keyLength;
   Uint32 nextLCP;
-  Uint32 noOfKeyAttr;
   Uint16 noOfNewAttr;
   Uint16 noOfCharsets;
-  Uint32 checksumIndicator;
-  Uint32 noOfAttributeGroups;
   Uint32 startGci;
+  Uint32 tableType;             // DictTabInfo::TableType
   Uint32 primaryTableId;        // table of index or RNIL
+  Uint16 tableId;
+  Uint16 localKeyLength;
+  Uint16 lh3DistrBits;
+  Uint16 lh3PageBits;
+  Uint16 noOfAttributes;
+  Uint16 noOfNullAttributes;
+  Uint16 noOfPagesToPreAllocate;
+  Uint16 keyLength;
+  Uint16 noOfKeyAttr;
+  Uint8 checksumIndicator;
+  Uint8 GCPIndicator;
+  Uint32 noOfAttributeGroups;
+  Uint32 maxRowsLow;
+  Uint32 maxRowsHigh;
+  Uint32 minRowsLow;
+  Uint32 minRowsHigh;
 };
 
 class LqhFragConf {
Thread
bk commit into 5.1 tree (tomas:1.2033)tomas29 Jun