ITS#9364 add error code texts

This commit is contained in:
Howard Chu 2020-10-11 14:07:26 +01:00
parent 8dc526c54f
commit 0bc8a4e929

View 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 *