mirror of
https://github.com/isar/libmdbx.git
synced 2025-10-18 22:09:03 +08:00
mdbx: refine retired-next-reader insode mdbx_txn_info().
Change-Id: Iba57365cc4b7f4f09a0698502bc7aafcb6e67478
This commit is contained in:
14
mdbx.h
14
mdbx.h
@@ -2132,13 +2132,13 @@ typedef struct MDBX_txn_info {
|
||||
For WRITE transaction: the space inside transaction
|
||||
that left to MDBX_TXN_FULL error. */
|
||||
|
||||
uint64_t
|
||||
txn_space_dirty; /* For READ-ONLY transaction (provided if scan_rlt=true):
|
||||
The retired distance for next more recent reader, i.e.
|
||||
the space that actually become available for reuse
|
||||
when only this transaction will be finished. For WRITE
|
||||
transaction: The summarized size of the dirty database
|
||||
pages that generated during this transaction. */
|
||||
uint64_t txn_space_dirty; /* For READ-ONLY transaction (provided if
|
||||
scan_rlt=true): The space that actually become
|
||||
available for reuse when only this transaction
|
||||
will be finished.
|
||||
For WRITE transaction: The summarized size of the
|
||||
dirty database pages that generated during this
|
||||
transaction. */
|
||||
} MDBX_txn_info;
|
||||
|
||||
/* Return information about the MDBX transaction.
|
||||
|
Reference in New Issue
Block a user