Provided by: lmdb-doc_0.9.10-1_all
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 an error has occurred #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 MDB from the source code.