From 9a7c67671062f73dbfa402100ea9010215c4d62a Mon Sep 17 00:00:00 2001 From: Monty Date: Fri, 10 Jun 2022 16:37:12 +0300 Subject: Temporary push to fix a crash in mariabackup --- extra/mariabackup/xtrabackup.cc | 3 --- 1 file changed, 3 deletions(-) diff --git a/extra/mariabackup/xtrabackup.cc b/extra/mariabackup/xtrabackup.cc index f48eeaa3bf9..22a859f6868 100644 --- a/extra/mariabackup/xtrabackup.cc +++ b/extra/mariabackup/xtrabackup.cc @@ -4697,13 +4697,10 @@ fail: if (recv_sys.find_checkpoint() != DB_SUCCESS) { msg("Error: cannot read redo log header"); -unlock_and_fail: - mysql_mutex_unlock(&recv_sys.mutex); } if (!log_sys.is_latest()) { msg("Error: cannot process redo log before MariaDB 10.8"); - goto unlock_and_fail; } recv_needed_recovery = true; -- cgit v1.2.1