mirror of
https://github.com/isar/libmdbx.git
synced 2025-01-01 23:44:13 +08:00
mdbx: minor reformat doxygen comments.
Change-Id: I0dbe6ddc1423a1fdcb2eb73b2e982e398de1faa7
This commit is contained in:
parent
56809cb711
commit
31857210c5
9
mdbx.h
9
mdbx.h
@ -2831,9 +2831,9 @@ struct MDBX_txn_info {
|
|||||||
uint64_t txn_id;
|
uint64_t txn_id;
|
||||||
|
|
||||||
/** For READ-ONLY transaction: the lag from a recent MVCC-snapshot, i.e. the
|
/** For READ-ONLY transaction: the lag from a recent MVCC-snapshot, i.e. the
|
||||||
number of committed transaction since read transaction started. For WRITE
|
number of committed transaction since read transaction started.
|
||||||
transaction (provided if `scan_rlt=true`): the lag of the oldest reader
|
For WRITE transaction (provided if `scan_rlt=true`): the lag of the oldest
|
||||||
from current transaction (i.e. at least 1 if any reader running). */
|
reader from current transaction (i.e. at least 1 if any reader running). */
|
||||||
uint64_t txn_reader_lag;
|
uint64_t txn_reader_lag;
|
||||||
|
|
||||||
/** Used space by this transaction, i.e. corresponding to the last used
|
/** Used space by this transaction, i.e. corresponding to the last used
|
||||||
@ -2857,7 +2857,8 @@ struct MDBX_txn_info {
|
|||||||
|
|
||||||
/** For READ-ONLY transaction: the space available for writer(s) and that
|
/** For READ-ONLY transaction: the space available for writer(s) and that
|
||||||
must be exhausted for reason to call the Handle-Slow-Readers callback for
|
must be exhausted for reason to call the Handle-Slow-Readers callback for
|
||||||
this read transaction. For WRITE transaction: the space inside transaction
|
this read transaction.
|
||||||
|
For WRITE transaction: the space inside transaction
|
||||||
that left to `MDBX_TXN_FULL` error. */
|
that left to `MDBX_TXN_FULL` error. */
|
||||||
uint64_t txn_space_leftover;
|
uint64_t txn_space_leftover;
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user