mirror of
https://github.com/FirebirdSQL/firebird.git
synced 2025-01-22 15:23:03 +01:00
Use a 64bit counter for the records written during the backup (#8319)
This commit is contained in:
parent
70a60ba816
commit
b4d7d0c377
@ -565,9 +565,9 @@ bool BackupRelationTask::fileWriter(Item& item)
|
||||
// msg 142 writing data for relation %s
|
||||
|
||||
IOBuffer*& buf = item.m_buffer = NULL;
|
||||
FB_SIZE_T records = 0;
|
||||
FB_SIZE_T verbRecs = -1;
|
||||
FB_SIZE_T verb = 0;
|
||||
FB_UINT64 records = 0;
|
||||
FB_UINT64 verbRecs = -1;
|
||||
FB_UINT64 verb = 0;
|
||||
while (!m_stop)
|
||||
{
|
||||
if (!buf)
|
||||
|
Loading…
Reference in New Issue
Block a user