Details
Description
After MDEV-28473 fix, there is infinite loop in mariabackup:
if (err != DB_SUCCESS) { |
msg("Error: cannot read redo log header"); |
unlock_and_fail:
|
mysql_mutex_unlock(&log_sys.mutex);
|
}
|
 |
if (log_sys.log.format == 0) { |
msg("Error: cannot process redo log before MariaDB 10.2.2"); |
goto unlock_and_fail; |
}
|
Attachments
Issue Links
- is caused by
-
MDEV-28473 field_ref_zero is not initialized in xtrabackup_prepare_func()
- Closed