8
0
mirror of https://github.com/FirebirdSQL/firebird.git synced 2025-01-23 22:43:04 +01:00

Stop database restore with -o option when no space left on disk (#128)

This commit is contained in:
Ilya Eremin 2018-07-25 19:40:24 +03:00 committed by Alexander Peshkov
parent 3eb0b2af7b
commit 7e3a2e419d

View File

@ -3057,7 +3057,7 @@ rec_type get_data(BurpGlobals* tdgbl, burp_rel* relation, bool skip_relation)
}
else
{
if (tdgbl->gbl_sw_incremental)
if (tdgbl->gbl_sw_incremental && isc_sqlcode(status_vector) != -902)
{
BURP_print (false, 114, relation->rel_name);
// msg 114 restore failed for record in relation %s