mdbx++: добавление забытого исключения mdbx::duplicated_lck_file.

This commit is contained in:
Леонид Юрьев (Leonid Yuriev)
2023-10-23 16:27:55 +03:00
parent e58b582639
commit 311a6e5d10
2 changed files with 3 additions and 1 deletions

View File

@@ -558,6 +558,7 @@ MDBX_DECLARE_EXCEPTION(something_busy);
MDBX_DECLARE_EXCEPTION(thread_mismatch);
MDBX_DECLARE_EXCEPTION(transaction_full);
MDBX_DECLARE_EXCEPTION(transaction_overlapping);
MDBX_DECLARE_EXCEPTION(duplicated_lck_file);
#undef MDBX_DECLARE_EXCEPTION
[[noreturn]] LIBMDBX_API void throw_too_small_target_buffer();