mirror of
https://github.com/isar/libmdbx.git
synced 2025-01-20 05:08:21 +08:00
mdbx: update internal MDBX_NO_ROOT
.
This commit is contained in:
parent
d5658c496f
commit
0f64d0ee95
@ -1229,7 +1229,7 @@ static __maybe_unused __inline void mdbx_jitter4testing(bool tiny) {
|
||||
((rc) != MDBX_RESULT_TRUE && (rc) != MDBX_RESULT_FALSE)
|
||||
|
||||
/* Internal error codes, not exposed outside libmdbx */
|
||||
#define MDBX_NO_ROOT (MDBX_LAST_LMDB_ERRCODE + 10)
|
||||
#define MDBX_NO_ROOT (MDBX_LAST_ADDED_ERRCODE + 10)
|
||||
|
||||
/* Debugging output value of a cursor DBI: Negative in a sub-cursor. */
|
||||
#define DDBI(mc) \
|
||||
|
Loading…
x
Reference in New Issue
Block a user