mirror of
https://github.com/FirebirdSQL/firebird.git
synced 2025-01-24 02:43:03 +01:00
Stop database restore with -o option when no space left on disk (#128)
This commit is contained in:
parent
3eb0b2af7b
commit
7e3a2e419d
@ -3057,7 +3057,7 @@ rec_type get_data(BurpGlobals* tdgbl, burp_rel* relation, bool skip_relation)
|
|||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
if (tdgbl->gbl_sw_incremental)
|
if (tdgbl->gbl_sw_incremental && isc_sqlcode(status_vector) != -902)
|
||||||
{
|
{
|
||||||
BURP_print (false, 114, relation->rel_name);
|
BURP_print (false, 114, relation->rel_name);
|
||||||
// msg 114 restore failed for record in relation %s
|
// msg 114 restore failed for record in relation %s
|
||||||
|
Loading…
Reference in New Issue
Block a user