mirror of
https://github.com/isar/libmdbx.git
synced 2025-01-30 22:47:16 +08:00
mdbx: minor fix/refix Doxygen descriptions.
This commit is contained in:
parent
8ece0dfa93
commit
35b5abc103
6
mdbx.h
6
mdbx.h
@ -4837,10 +4837,10 @@ mdbx_get_datacmp(MDBX_db_flags_t flags);
|
||||
* since the current read transaction started.
|
||||
* \param [in] pid The reader process ID.
|
||||
* \param [in] thread The reader thread ID.
|
||||
* \param [in] bytes_used The number of last used page in the MVCC-snapshot
|
||||
* which being read,
|
||||
* \param [in] bytes_used The number of last used page
|
||||
* in the MVCC-snapshot which being read,
|
||||
* i.e. database file can't shrinked beyond this.
|
||||
* \param [in] bytes_retired The total size of the database pages that were
|
||||
* \param [in] bytes_retained The total size of the database pages that were
|
||||
* retired by committed write transactions after
|
||||
* the reader's MVCC-snapshot,
|
||||
* i.e. the space which would be freed after
|
||||
|
Loading…
x
Reference in New Issue
Block a user