mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-01-30 13:30:57 +08:00
Update MDB_PANIC description
This commit is contained in:
parent
1519f4bc3d
commit
6bd34d0534
@ -380,7 +380,7 @@ typedef enum MDB_cursor_op {
|
||||
#define MDB_PAGE_NOTFOUND (-30797)
|
||||
/** Located page was wrong type */
|
||||
#define MDB_CORRUPTED (-30796)
|
||||
/** Update of meta page failed, probably I/O error */
|
||||
/** Update of meta page failed, or environment had fatal error */
|
||||
#define MDB_PANIC (-30795)
|
||||
/** Environment version mismatch */
|
||||
#define MDB_VERSION_MISMATCH (-30794)
|
||||
|
@ -1188,7 +1188,7 @@ static char *const mdb_errstr[] = {
|
||||
"MDB_NOTFOUND: No matching key/data pair found",
|
||||
"MDB_PAGE_NOTFOUND: Requested page not found",
|
||||
"MDB_CORRUPTED: Located page was wrong type",
|
||||
"MDB_PANIC: Update of meta page failed",
|
||||
"MDB_PANIC: Update of meta page failed, or environment had fatal error",
|
||||
"MDB_VERSION_MISMATCH: Database environment version mismatch",
|
||||
"MDB_INVALID: File is not an MDB file",
|
||||
"MDB_MAP_FULL: Environment mapsize limit reached",
|
||||
|
Loading…
Reference in New Issue
Block a user