MCPcopy Create free account
hub / github.com/FirebirdSQL/firebird / closeDelta

Method closeDelta

src/jrd/nbak.cpp:238–246  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

236}
237
238void BackupManager::closeDelta(thread_db* tdbb)
239{
240 if (diff_file)
241 {
242 PIO_flush(tdbb, diff_file);
243 PIO_close(diff_file);
244 diff_file = NULL;
245 }
246}
247
248// Initialize and open difference file for writing
249void BackupManager::beginBackup(thread_db* tdbb)

Callers 1

invalidateMethod · 0.80

Calls 2

PIO_flushFunction · 0.50
PIO_closeFunction · 0.50

Tested by

no test coverage detected