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

Method setForcedWrites

src/jrd/nbak.cpp:895–899  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

893}
894
895void BackupManager::setForcedWrites(const bool forceWrite, const bool notUseFSCache)
896{
897 if (diff_file)
898 PIO_force_write(diff_file, forceWrite, notUseFSCache);
899}
900
901BackupManager::BackupManager(thread_db* tdbb, Database* _database, int ini_state) :
902 dbCreating(false), database(_database), diff_file(NULL), alloc_table(NULL),

Callers 1

PAG_headerFunction · 0.80

Calls 1

PIO_force_writeFunction · 0.50

Tested by

no test coverage detected