Scroll to navigation

Transaction DB Flags(3) Library Functions Manual Transaction DB Flags(3)

NAME

Transaction DB Flags -

Macros


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

Detailed Description

Macro Definition 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

Author

Generated automatically by Doxygen for LMDB from the source code.
Mon Oct 13 2014 LMDB