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

@@ -30,7 +30,7 @@ class CopyFragReq {
*/
friend class Dblqh;
public:
STATIC_CONST( SignalLength = 7 );
STATIC_CONST( SignalLength = 8 );
private:
Uint32 userPtr;
@@ -40,6 +40,7 @@ private:
Uint32 nodeId;
Uint32 schemaVersion;
Uint32 distributionKey;
Uint32 gci;
};
class CopyFragConf {