mirror of
https://github.com/isar/libmdbx.git
synced 2025-10-18 22:09:03 +08:00
mdbx++: добавление обработки MDBX_MVCC_RETARDED
в C++ API.
This commit is contained in:
1
mdbx.h++
1
mdbx.h++
@@ -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();
|
||||
|
Reference in New Issue
Block a user