Commit 3c9d03ed authored by Marko Mäkelä's avatar Marko Mäkelä

Merge 10.3 into 10.4

parents 245d33db 69bf55ff
......@@ -2303,8 +2303,6 @@ void recv_apply_hashed_log_recs(bool last_batch)
recv_no_ibuf_operations
= !last_batch || is_mariabackup_restore_or_export();
ut_d(recv_no_log_write = recv_no_ibuf_operations);
if (ulint n = recv_sys.n_addrs) {
if (!log_sys.log.subformat && !srv_force_recovery
&& srv_undo_tablespaces_open) {
......@@ -3872,6 +3870,7 @@ recv_recovery_from_checkpoint_start(lsn_t flush_lsn)
recv_sys.apply_log_recs = true;
recv_no_ibuf_operations = is_mariabackup_restore_or_export();
ut_d(recv_no_log_write = recv_no_ibuf_operations);
mutex_exit(&recv_sys.mutex);
......
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