mdbx: добавление поддержки MDBX_OUSTED в mdbx_strerror() и C++ API.

This commit is contained in:
Леонид Юрьев (Leonid Yuriev)
2024-07-24 15:27:48 +03:00
parent cb743d44fc
commit 2e7d325cf1
4 changed files with 8 additions and 2 deletions

View File

@@ -582,6 +582,7 @@ MDBX_DECLARE_EXCEPTION(transaction_full);
MDBX_DECLARE_EXCEPTION(transaction_overlapping);
MDBX_DECLARE_EXCEPTION(duplicated_lck_file);
MDBX_DECLARE_EXCEPTION(dangling_map_id);
MDBX_DECLARE_EXCEPTION(transaction_ousted);
#undef MDBX_DECLARE_EXCEPTION
[[noreturn]] LIBMDBX_API void throw_too_small_target_buffer();