Searched refs:corrupt (Results 1 – 5 of 5) sorted by relevance
38 bool corrupt = false) { in AddKeyVal() argument40 if (corrupt) { in AddKeyVal()
154 const ValueType& t, bool corrupt) { in KeyStr() argument156 if (corrupt) { in KeyStr()
401 bool corrupt = false);
718 for (const auto& corrupt : corrupt_backups_) { in Initialize() local719 backups_.erase(backups_.find(corrupt.first)); in Initialize()1067 auto corrupt = corrupt_backups_.find(backup_id); in DeleteBackupInternal() local1068 if (corrupt == corrupt_backups_.end()) { in DeleteBackupInternal()1071 auto s = corrupt->second.second->Delete(); in DeleteBackupInternal()1075 corrupt_backups_.erase(corrupt); in DeleteBackupInternal()
345 * Fix handling of corrupt range tombstone blocks such that corruptions cannot cause deleted keys to…983 …ableDB have new GarbageCollect() methods, which will clean up files from corrupt and obsolete back…984 * BackupableDB/RestoreBackupableDB have new GetCorruptedBackups() methods which list corrupt backup…