Provided by: lmdb-doc_0.9.17-3_all bug

NAME

       mt_dbflag - Transaction DB Flags

   Macros
       #define DB_DIRTY   0x01
       #define DB_STALE   0x02
       #define DB_NEW   0x04
       #define DB_VALID   0x08
       #define DB_USRVALID   0x10

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

   #define DB_USRVALID   0x10
       As DB_VALID, but not set for FREE_DBI

Author

       Generated automatically by Doxygen for LMDB from the source code.