Skip to content

Commit

Permalink
MDEV-13542 fixup: Relax an assertion
Browse files Browse the repository at this point in the history
  • Loading branch information
dr-m committed Jun 15, 2022
1 parent 6c82ab4 commit 0850267
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions storage/innobase/handler/handler0alter.cc
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down

0 comments on commit 0850267

Please sign in to comment.