diff options
| author | unknown <jonas@perch.ndb.mysql.com> | 2006-01-11 11:35:25 +0100 |
|---|---|---|
| committer | unknown <jonas@perch.ndb.mysql.com> | 2006-01-11 11:35:25 +0100 |
| commit | 641ce5e97e64fc89e497ee903bca03bef9476665 (patch) | |
| tree | 42bd34e581072a3b8da2e30ed6fdbd85b4079395 /storage/ndb/include/kernel/AttributeHeader.hpp | |
| parent | 2c0f53d69ceba4f3db98afba47bfb73b3b83525d (diff) | |
| download | mariadb-git-641ce5e97e64fc89e497ee903bca03bef9476665.tar.gz | |
wl2723 - ndb opt. nr
mysql-test/t/rpl_multi_engine.test:
merge fix
libmysqld/sql_tablespace.cc:
New BitKeeper file ``libmysqld/sql_tablespace.cc''
mysql-test/r/ndb_basic_disk.result:
New BitKeeper file ``mysql-test/r/ndb_basic_disk.result''
mysql-test/t/ndb_basic_disk.test:
New BitKeeper file ``mysql-test/t/ndb_basic_disk.test''
sql/sql_tablespace.cc:
New BitKeeper file ``sql/sql_tablespace.cc''
storage/ndb/src/kernel/blocks/OptNR.txt:
New BitKeeper file ``storage/ndb/src/kernel/blocks/OptNR.txt''
storage/ndb/src/kernel/vm/mem.txt:
New BitKeeper file ``storage/ndb/src/kernel/vm/mem.txt''
storage/ndb/src/kernel/vm/ndbd_malloc_impl.cpp:
New BitKeeper file ``storage/ndb/src/kernel/vm/ndbd_malloc_impl.cpp''
storage/ndb/src/kernel/vm/ndbd_malloc_impl.hpp:
New BitKeeper file ``storage/ndb/src/kernel/vm/ndbd_malloc_impl.hpp''
storage/ndb/tools/ndb_error_reporter:
New BitKeeper file ``storage/ndb/tools/ndb_error_reporter''
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 |
