]> git.ipfire.org Git - thirdparty/openldap.git/commitdiff
ITS#9364 add error code texts
authorHoward Chu <hyc@openldap.org>
Sun, 11 Oct 2020 13:07:26 +0000 (14:07 +0100)
committerHoward Chu <hyc@openldap.org>
Sun, 11 Oct 2020 13:07:26 +0000 (14:07 +0100)
libraries/liblmdb/mdb.c

index 96210f54ce19797eba8b2a64e0e98c1c9e7b6db5..80f1762ace7daa7ca1c024241264b8a5e97a9348 100644 (file)
@@ -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 *