diff options
Diffstat (limited to 'storage/ndb/include/kernel/AttributeHeader.hpp')
| -rw-r--r-- | storage/ndb/include/kernel/AttributeHeader.hpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/storage/ndb/include/kernel/AttributeHeader.hpp b/storage/ndb/include/kernel/AttributeHeader.hpp index a636499a50f..b17bb456bf0 100644 --- a/storage/ndb/include/kernel/AttributeHeader.hpp +++ b/storage/ndb/include/kernel/AttributeHeader.hpp @@ -43,6 +43,8 @@ public: STATIC_CONST( RECORDS_IN_RANGE = 0xFFF8 ); STATIC_CONST( DISK_REF = 0xFFF7 ); + STATIC_CONST( ROWID = 0xFFF6 ); + STATIC_CONST( ROW_GCI = 0xFFF5 ); // NOTE: in 5.1 ctors and init take size in bytes |
