mirror of
https://github.com/isar/libmdbx.git
synced 2025-10-19 10:18:56 +08:00
mdbx: корректировка описания MDBX_MVCC_RETARDED
и соответствующего сообщения об ошибке (backport).
This commit is contained in:
3
mdbx.h
3
mdbx.h
@@ -1972,8 +1972,7 @@ typedef enum MDBX_error {
|
||||
* recycling old MVCC snapshots. */
|
||||
MDBX_OUSTED = -30411,
|
||||
|
||||
/** MVCC snapshot used by read transaction is outdated and could not be
|
||||
* copied since corresponding meta-pages was overwritten. */
|
||||
/** MVCC snapshot used by parked transaction was bygone. */
|
||||
MDBX_MVCC_RETARDED = -30410,
|
||||
|
||||
/* The last of MDBX-added error codes */
|
||||
|
Reference in New Issue
Block a user