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:
parent
a6585d5ce9
commit
9a8b8ea66b
@ -4827,12 +4827,6 @@ will_not_choose:
|
|||||||
srv_force_recovery);
|
srv_force_recovery);
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* In mariabackup lets not crash. */
|
|
||||||
if (IS_XTRABACKUP()) {
|
|
||||||
return;
|
|
||||||
}
|
|
||||||
|
|
||||||
abort();
|
abort();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user