mdbx: контроль отсутствия дубликатов LCK-файла с альтернативными именами.

This commit is contained in:
Леонид Юрьев (Leonid Yuriev)
2023-01-05 22:33:56 +03:00
parent 08fb7d5838
commit 61e77e7b70
4 changed files with 78 additions and 7 deletions

3
mdbx.h
View File

@@ -1932,6 +1932,9 @@ enum MDBX_error_t {
* равнозначна \ref MDBX_PROBLEM. */
MDBX_BACKLOG_DEPLETED = -30414,
/** Alternative/Duplicate LCK-file is exists and should be removed manually */
MDBX_DUPLICATED_CLK = -30413,
/* The last of MDBX-added error codes */
MDBX_LAST_ADDED_ERRCODE = MDBX_TXN_OVERLAPPING,