mirror of
https://git.openldap.org/openldap/openldap.git
synced 2026-02-18 18:18:06 -05:00
ITS#9364 add error code texts
This commit is contained in:
parent
8dc526c54f
commit
0bc8a4e929
1 changed files with 2 additions and 0 deletions
|
|
@ -1828,6 +1828,8 @@ static char *const mdb_errstr[] = {
|
|||
"MDB_BAD_VALSIZE: Unsupported size of key/DB name/data, or wrong DUPFIXED size",
|
||||
"MDB_BAD_DBI: The specified DBI handle was closed/changed unexpectedly",
|
||||
"MDB_PROBLEM: Unexpected problem - txn should abort",
|
||||
"MDB_BAD_CHECKSUM: Page checksum mismatch",
|
||||
"MDB_CRYPTO_FAIL: Page encryption or decryption failed",
|
||||
};
|
||||
|
||||
char *
|
||||
|
|
|
|||
Loading…
Reference in a new issue