mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-20 22:59:34 -05:00
Doc tweak - txn flags
This commit is contained in:
parent
5b7c983a66
commit
2c033676ea
1 changed files with 6 additions and 1 deletions
|
|
@ -732,9 +732,14 @@ struct MDB_txn {
|
|||
*/
|
||||
MDB_dbi mt_numdbs;
|
||||
|
||||
/** @defgroup mdb_txn Transaction Flags
|
||||
* @ingroup internal
|
||||
* @{
|
||||
*/
|
||||
#define MDB_TXN_RDONLY 0x01 /**< read-only transaction */
|
||||
#define MDB_TXN_ERROR 0x02 /**< an error has occurred */
|
||||
unsigned int mt_flags;
|
||||
/** @} */
|
||||
unsigned int mt_flags; /**< @ref mdb_txn */
|
||||
/** Tracks which of the two meta pages was used at the start
|
||||
* of this transaction.
|
||||
*/
|
||||
|
|
|
|||
Loading…
Reference in a new issue