mirror of
https://github.com/isar/libmdbx.git
synced 2025-10-18 22:09:03 +08:00
mdbx: minor fix/refine comments.
This commit is contained in:
4
mdbx.h
4
mdbx.h
@@ -3333,8 +3333,8 @@ LIBMDBX_API int mdbx_is_dirty(const MDBX_txn *txn, const void *ptr);
|
||||
* [in] increment Value to increase the sequence,
|
||||
* must be 0 for read-only transactions.
|
||||
*
|
||||
* Returns A non-zero error value on failure and 0 on success, some
|
||||
* possible errors are:
|
||||
* Returns A non-zero error value on failure and 0 on success,
|
||||
* some possible errors are:
|
||||
* - MDBX_RESULT_TRUE = Increasing the sequence has resulted in an overflow
|
||||
* and therefore cannot be executed. */
|
||||
LIBMDBX_API int mdbx_dbi_sequence(MDBX_txn *txn, MDBX_dbi dbi, uint64_t *result,
|
||||
|
Reference in New Issue
Block a user