1
0
mirror of https://github.com/MariaDB/server.git synced 2025-09-02 09:41:40 +03:00

wl2723 - ndb opt. nr

This commit is contained in:
jonas@perch.ndb.mysql.com
2006-01-11 11:35:25 +01:00
parent 0f7214d9dc
commit 161645c81e
138 changed files with 9336 additions and 3311 deletions

View File

@@ -33,14 +33,6 @@ public:
ZSCAN_CLOSE = 6,
ZSCAN_NEXT_ABORT = 12
};
enum CopyFlag {
todo_ZCOPY_NEXT = 1,
todo_ZCOPY_NEXT_COMMIT = 2,
todo_ZCOPY_COMMIT = 3,
todo_ZCOPY_REPEAT = 4,
todo_ZCOPY_ABORT = 5,
todo_ZCOPY_CLOSE = 6
};
STATIC_CONST( SignalLength = 3 );
private:
Uint32 accPtr; // scan record in ACC/TUX
@@ -62,8 +54,7 @@ private:
Uint32 fragId;
Uint32 localKey[2];
Uint32 localKeyLength;
Uint32 keyLength;
Uint32 key[4];
Uint32 gci;
};
#endif