mirror of
https://github.com/FirebirdSQL/firebird.git
synced 2025-02-02 09:20:39 +01:00
Addition for #7996
Fixed similar case if file write is failed during backup.
This commit is contained in:
parent
78eab2dbda
commit
da3b556341
@ -564,7 +564,7 @@ bool BackupRelationTask::fileWriter(Item& item)
|
||||
BURP_verbose(142, m_relation->rel_name);
|
||||
// msg 142 writing data for relation %s
|
||||
|
||||
IOBuffer* buf = NULL;
|
||||
IOBuffer*& buf = item.m_buffer = NULL;
|
||||
FB_SIZE_T records = 0;
|
||||
FB_SIZE_T verbRecs = -1;
|
||||
FB_SIZE_T verb = 0;
|
||||
|
Loading…
Reference in New Issue
Block a user