1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-30 16:24:05 +03:00

tux optim 7 - use physical TUP address for index entries

This commit is contained in:
unknown
2004-06-17 10:03:08 +02:00
parent 6b099d2c1b
commit 41c3dc082c
11 changed files with 180 additions and 116 deletions

View File

@ -39,7 +39,7 @@ public:
SearchError = 895, // add + found or remove + not found
NoMemError = 827
};
STATIC_CONST( SignalLength = 7 );
STATIC_CONST( SignalLength = 8 );
private:
/*
* Error code set by TUX. Zero means no error.
@ -52,10 +52,11 @@ private:
Uint32 indexId;
Uint32 fragId;
/*
* Tuple version identified by logical address of "original" tuple and
* version number.
* Tuple version identified by physical address of "original" tuple
* and version number.
*/
Uint32 tupAddr;
Uint32 pageId;
Uint32 pageOffset;
Uint32 tupVersion;
/*
* Operation code and flags.