mirror of
https://github.com/isar/libmdbx.git
synced 2025-10-18 22:09:03 +08:00
mdbx: fix MDBX_WANNA_RECOVERY description.
This commit is contained in:
2
mdbx.h
2
mdbx.h
@@ -406,7 +406,7 @@ typedef enum MDBX_cursor_op {
|
||||
* - ABI version mismatch (rare case); */
|
||||
#define MDBX_EBADSIGN (-30420)
|
||||
|
||||
/* Database should be recovered, but this could be done automatically
|
||||
/* Database should be recovered, but this could NOT be done automatically
|
||||
* right now (e.g. in readonly mode and so forth). */
|
||||
#define MDBX_WANNA_RECOVERY (-30419)
|
||||
|
||||
|
Reference in New Issue
Block a user