From: Howard Chu Date: Sun, 11 Oct 2020 13:07:26 +0000 (+0100) Subject: ITS#9364 add error code texts X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0bc8a4e9294469459c03a18cdad906979e6b6c20;p=thirdparty%2Fopenldap.git ITS#9364 add error code texts --- diff --git a/libraries/liblmdb/mdb.c b/libraries/liblmdb/mdb.c index 96210f54ce..80f1762ace 100644 --- a/libraries/liblmdb/mdb.c +++ b/libraries/liblmdb/mdb.c @@ -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 *