Scroll to navigation

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

NAME

Transaction Flags -

Macros


#define MDB_TXN_RDONLY 0x01
 
#define MDB_TXN_ERROR 0x02
 
#define MDB_TXN_DIRTY 0x04
 
#define MDB_TXN_SPILLS 0x08
 

Detailed Description

Macro Definition Documentation

#define MDB_TXN_RDONLY 0x01

read-only transaction

#define MDB_TXN_ERROR 0x02

txn is unusable after an error

#define MDB_TXN_DIRTY 0x04

must write, even if dirty list is empty

#define MDB_TXN_SPILLS 0x08

txn or a parent has spilled pages

Author

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