Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
M
mariadb
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
mariadb
Commits
78c81415
Commit
78c81415
authored
Jun 29, 2006
by
unknown
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fixed too small requestInfo in signal
+ adopted signal to be as close as possible to 5.1...
parent
d2da3c96
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
22 additions
and
22 deletions
+22
-22
ndb/include/kernel/signaldata/LqhFrag.hpp
ndb/include/kernel/signaldata/LqhFrag.hpp
+22
-22
No files found.
ndb/include/kernel/signaldata/LqhFrag.hpp
View file @
78c81415
...
...
@@ -104,7 +104,7 @@ class LqhFragReq {
friend
bool
printLQH_FRAG_REQ
(
FILE
*
,
const
Uint32
*
,
Uint32
,
Uint16
);
public:
STATIC_CONST
(
SignalLength
=
2
4
);
STATIC_CONST
(
SignalLength
=
2
3
);
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
{
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment