summaryrefslogtreecommitdiff
path: root/ndb/include/kernel/AttributeHeader.hpp
diff options
context:
space:
mode:
authorjoreland@mysql.com <>2004-08-27 22:31:16 +0200
committerjoreland@mysql.com <>2004-08-27 22:31:16 +0200
commit872dff5b6983357cd4dd31fc66130f62b0542942 (patch)
tree700465d65734d48b5cf8696c2ca067ee2ca8b1b9 /ndb/include/kernel/AttributeHeader.hpp
parentee09335752bae1133e9a3d6ff6cae00f2c0587a0 (diff)
downloadmariadb-git-872dff5b6983357cd4dd31fc66130f62b0542942.tar.gz
Added 3 psuedo columns
Cleaned up code Changed ndb_select_all
Diffstat (limited to 'ndb/include/kernel/AttributeHeader.hpp')
-rw-r--r--ndb/include/kernel/AttributeHeader.hpp6
1 files changed, 4 insertions, 2 deletions
diff --git a/ndb/include/kernel/AttributeHeader.hpp b/ndb/include/kernel/AttributeHeader.hpp
index 669bbe6511f..b807b4ef4f1 100644
--- a/ndb/include/kernel/AttributeHeader.hpp
+++ b/ndb/include/kernel/AttributeHeader.hpp
@@ -33,8 +33,10 @@ public:
/**
* Psuedo columns
*/
- STATIC_CONST( FRAGMENT = 0xFFFE );
- STATIC_CONST( ROW_COUNT = 0xFFFD );
+ STATIC_CONST( PSUEDO = 0x8000 );
+ STATIC_CONST( FRAGMENT = 0xFFFE );
+ STATIC_CONST( ROW_COUNT = 0xFFFD );
+ STATIC_CONST( COMMIT_COUNT = 0xFFFC );
/** Initialize AttributeHeader at location aHeaderPtr */
static AttributeHeader& init(void* aHeaderPtr, Uint32 anAttributeId,