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

Fix mariabackup to crash if opening tablespace fails, insitead of
continuing after an error.
This commit is contained in:
Vladislav Vaintroub 2019-03-27 14:37:14 +01:00
parent a6585d5ce9
commit 9a8b8ea66b

View File

@ -4827,12 +4827,6 @@ will_not_choose:
srv_force_recovery);
return;
}
/* In mariabackup lets not crash. */
if (IS_XTRABACKUP()) {
return;
}
abort();
}