Transaction DB Flags
[MDB Internals]

Defines

#define DB_DIRTY   0x01
#define DB_STALE   0x02
#define DB_NEW   0x04
#define DB_VALID   0x08

Define Documentation

#define DB_DIRTY   0x01

DB was modified or is DUPSORT data

#define DB_STALE   0x02

Named-DB record is older than txnID

#define DB_NEW   0x04

Named-DB handle opened in this txn

#define DB_VALID   0x08

DB handle is valid, see also MDB_VALID

 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Defines

Generated on 2 Nov 2015 for MDB by  doxygen 1.6.1