1
0
mirror of https://github.com/MariaDB/server.git synced 2025-09-11 05:52:26 +03:00

ndb: force varpart part I, allow setting of flag in dictionary

This commit is contained in:
tomas@whalegate.ndb.mysql.com
2007-04-26 08:34:38 +02:00
parent 5dff16eb80
commit 3b38c544eb
12 changed files with 44 additions and 8 deletions

View File

@@ -29,7 +29,7 @@ class TupFragReq {
friend class Dblqh;
friend class Dbtup;
public:
STATIC_CONST( SignalLength = 17 );
STATIC_CONST( SignalLength = 18 );
private:
Uint32 userPtr;
Uint32 userRef;
@@ -48,6 +48,7 @@ private:
Uint32 checksumIndicator;
Uint32 globalCheckpointIdIndicator;
Uint32 tablespaceid;
Uint32 forceVarPartFlag;
};
class TupFragConf {