Provided by: lmdb-doc_0.9.10-1_all bug

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 MDB from the source code.