Skip to content
Permalink
Browse files
MDEV-13542 fixup: Relax an assertion
  • Loading branch information
dr-m committed Jun 15, 2022
1 parent 6c82ab4 commit 0850267
Showing 1 changed file with 1 addition and 0 deletions.
@@ -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);

0 comments on commit 0850267

Please sign in to comment.