8
0
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:
Vlad Khorsun 2024-02-08 14:29:30 +02:00
parent 78eab2dbda
commit da3b556341

View File

@ -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;