mt_dbflag(3) | Library Functions Manual | mt_dbflag(3) |
mt_dbflag
#define DB_DIRTY 0x01
#define DB_STALE 0x02
#define DB_NEW 0x04
#define DB_VALID 0x08
#define DB_USRVALID 0x10
#define DB_DUPDATA 0x20
DB was written in this txn
Named-DB record is older than txnID
Named-DB handle opened in this txn
DB handle is valid, see also MDB_VALID
As DB_VALID, but not set for FREE_DBI
DB is MDB_DUPSORT data
Generated automatically by Doxygen for LMDB from the source code.
Wed Mar 25 2020 | LMDB |