mdbx++: добавление обработки MDBX_MVCC_RETARDED в C++ API.

This commit is contained in:
Леонид Юрьев (Leonid Yuriev)
2024-08-02 19:03:34 +03:00
parent b6b126195b
commit d21ae28bb9
3 changed files with 7 additions and 0 deletions

View File

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