Skip to content

Commit

Permalink
Relax a too strict debug assertion for Mariabackup --prepare
Browse files Browse the repository at this point in the history
  • Loading branch information
dr-m committed Sep 12, 2017
1 parent ea876b3 commit 8ee4b41
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions storage/innobase/trx/trx0trx.cc
Original file line number Diff line number Diff line change
Expand Up @@ -619,6 +619,7 @@ trx_free_prepared(
|| (trx_state_eq(trx, TRX_STATE_ACTIVE)
&& trx->is_recovered
&& (!srv_was_started
|| srv_operation == SRV_OPERATION_RESTORE
|| srv_read_only_mode
|| srv_force_recovery >= SRV_FORCE_NO_TRX_UNDO)));
ut_a(trx->magic_n == TRX_MAGIC_N);
Expand Down

0 comments on commit 8ee4b41

Please sign in to comment.