mirror of
https://github.com/isar/libmdbx.git
synced 2026-01-15 03:22:22 +08:00
mdbx++: добавление обработки MDBX_MVCC_RETARDED в C++ API.
This commit is contained in:
@@ -210,6 +210,10 @@ __cold const char *mdbx_liberr2str(int errnum) {
|
||||
case MDBX_OUSTED:
|
||||
return "MDBX_OUSTED: The parked read transaction was outed for the sake"
|
||||
" of recycling old MVCC snapshots";
|
||||
case MDBX_MVCC_RETARDED:
|
||||
return "MDBX_MVCC_RETARDED: MVCC snapshot used by read transaction"
|
||||
" is outdated and could not be copied"
|
||||
" since corresponding meta-pages was overwritten";
|
||||
default:
|
||||
return nullptr;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user