Merge 10.2 into 10.3

This commit is contained in:
Marko Mäkelä 2021-02-23 10:56:00 +02:00
commit 69bf55ffb6

View file

@ -2377,8 +2377,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) {
const char* msg = last_batch
? "Starting final batch to recover "
@ -3931,6 +3929,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);