We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 339b060 commit d9089b9Copy full SHA for d9089b9
libraries/liblmdb/mdb.c
@@ -1303,7 +1303,7 @@ struct MDB_txn {
1303
MDB_txn *mt_parent; /**< parent of a nested txn */
1304
/** Nested txn under this txn, set together with flag #MDB_TXN_HAS_CHILD */
1305
MDB_txn *mt_child;
1306
- /** The count of nested RDONLY txns under this txn */
+ /** The count of nested RDONLY txns under this txn also named child txns */
1307
atomic_uint mt_rdonly_child_count;
1308
pgno_t mt_next_pgno; /**< next unallocated page */
1309
#ifdef MDB_VL32
0 commit comments