diff options
author | unknown <jonas@perch.ndb.mysql.com> | 2006-06-29 13:25:02 +0200 |
---|---|---|
committer | unknown <jonas@perch.ndb.mysql.com> | 2006-06-29 13:25:02 +0200 |
commit | 89a55ee411db141158a1853253b9c71ebe0137b7 (patch) | |
tree | 8715d4b2a238c8c50fabf3650771e2c2b783017a /ndb | |
parent | 474c4e9206302532c8fbd82fc4fa7c434f72ef16 (diff) | |
parent | 79c03b68541f85244f8a61f7ec74339435c19ae7 (diff) | |
download | mariadb-git-89a55ee411db141158a1853253b9c71ebe0137b7.tar.gz |
Merge mysqldev@production.mysql.com:my/mysql-5.0-release
into perch.ndb.mysql.com:/home/jonas/src/mysql-5.0-release
Diffstat (limited to 'ndb')
-rw-r--r-- | ndb/include/kernel/signaldata/LqhFrag.hpp | 44 |
1 files changed, 22 insertions, 22 deletions
diff --git a/ndb/include/kernel/signaldata/LqhFrag.hpp b/ndb/include/kernel/signaldata/LqhFrag.hpp index 50b0caaba07..72c1537854c 100644 --- a/ndb/include/kernel/signaldata/LqhFrag.hpp +++ b/ndb/include/kernel/signaldata/LqhFrag.hpp @@ -104,7 +104,7 @@ class LqhFragReq { 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 @@ private: 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 { |