mirror of
https://github.com/isar/libmdbx.git
synced 2025-08-19 19:39:26 +08:00
mdbx: добавление поддержки MDBX_OUSTED
в mdbx_strerror()
и C++ API.
This commit is contained in:
1
mdbx.h++
1
mdbx.h++
@@ -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();
|
||||
|
Reference in New Issue
Block a user