1
0
mirror of https://github.com/MariaDB/server.git synced 2026-01-06 05:22:24 +03:00

Add general n-bitfields to ndb storage engine

This commit is contained in:
joreland@mysql.com
2004-12-05 19:48:15 +01:00
parent b67dba95f1
commit b2987e0a40
7 changed files with 267 additions and 18 deletions

View File

@@ -83,7 +83,8 @@ public:
Datetime, // Precision down to 1 sec (size 8 bytes)
Timespec, // Precision down to 1 nsec (size 12 bytes)
Blob, // Blob
Text // Text blob
Text, // Text blob,
Bit // A bit
};
Enum m_typeId;
Cmp* m_cmp; // comparison method