Commit 0850267d authored by Marko Mäkelä's avatar Marko Mäkelä

MDEV-13542 fixup: Relax an assertion

parent 6c82ab4f
......@@ -10423,6 +10423,7 @@ commit_try_norebuild(
sql_print_error("InnoDB: %s: %s\n", op,
ut_strerr(error));
DBUG_ASSERT(error == DB_IO_ERROR
|| error == DB_LOCK_TABLE_FULL
|| error == DB_DECRYPTION_FAILED
|| error == DB_PAGE_CORRUPTED
|| error == DB_CORRUPTION);
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment