#include <SegPageLock.h>
Inheritance diagram for StoredNode:
Public Attributes | |
MagicNumber | magicNumber |
Magic number identifying the derived StoredNode class. |
NOTE: Great caution should be used when definining and modifying stored data structures. When defining new ones, plan ahead for future changes (e.g. by defining reserved fields and filling them with reserved patterns.) Before modifying existing ones, consider whether your change might invalidate extant stored databases; it may be possible to make the change in a backwards-compatible fashion.
Definition at line 389 of file SegPageLock.h.
Magic number identifying the derived StoredNode class.
Definition at line 394 of file SegPageLock.h.
Referenced by Database::init(), and BTreeVerifier::verifyNode().