mdbx: исправление MDBX_LAST_ADDED_ERRCODE.

This commit is contained in:
Леонид Юрьев (Leonid Yuriev) 2023-10-23 16:19:31 +03:00
parent e2ed55853d
commit e58b582639

2
mdbx.h
View File

@ -1937,7 +1937,7 @@ enum MDBX_error_t {
MDBX_DUPLICATED_CLK = -30413,
/* The last of MDBX-added error codes */
MDBX_LAST_ADDED_ERRCODE = MDBX_TXN_OVERLAPPING,
MDBX_LAST_ADDED_ERRCODE = MDBX_DUPLICATED_CLK,
#if defined(_WIN32) || defined(_WIN64)
MDBX_ENODATA = ERROR_HANDLE_EOF,