Commit 9a8b8ea6 authored by Vladislav Vaintroub's avatar Vladislav Vaintroub

MDEV-19060 : mariabackup continues, despite failing to open a tablespace

Fix mariabackup to crash if opening tablespace fails, insitead of
continuing after an error.
parent a6585d5c
......@@ -4827,12 +4827,6 @@ fil_load_single_table_tablespace(
srv_force_recovery);
return;
}
/* In mariabackup lets not crash. */
if (IS_XTRABACKUP()) {
return;
}
abort();
}
......
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