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