summaryrefslogtreecommitdiff
path: root/db/repair_test.cc
AgeCommit message (Expand)Author
2021-07-28Some fixes and enhancements to `ldb repair` (#8544)Peter Dillinger
2021-07-23Fix a minor issue with initializing the test path (#8555)Drewryz
2021-03-17Use SST file manager to track blob files as well (#8037)Akanksha Mahajan
2021-01-06Create a CustomEnv class; Add WinFileSystem; Make LegacyFileSystemWrapper pri...mrambacher
2020-09-29add Status check assertions for repair_test (#7455)Andrew Kryczka
2020-08-17Whole DBTest to skip fsync (#7274)sdong
2020-07-02Revert "Whole DBTest to skip fsync (#7049)" (#7070)Peter Dillinger
2020-07-01Whole DBTest to skip fsync (#7049)sdong
2020-02-20Replace namespace name "rocksdb" with ROCKSDB_NAMESPACE (#6433)sdong
2019-12-13Introduce a new storage specific Env API (#5761)anand76
2019-05-31Organizing rocksdb/db directoryVijay Nadimpalli
2019-05-29Move some file related files outside util/ (#5375)Siying Dong
2018-10-12Acquire lock on DB LOCK file before starting repair. (#4435)Chinmay Kamat
2018-08-28Sync CURRENT file during checkpoint (#4322)Andrew Kryczka
2018-04-15fix memory leak in two_level_iteratorZhongyi Xie
2017-10-10fix file numbers after repairAndrew Kryczka
2017-09-22Repair DBs with trailing slash in nameAndrew Kryczka
2017-08-08Try to repair db with wal_dir option, avoid leak some WAL filesChang Liu
2017-07-15Change RocksDB LicenseSiying Dong
2017-04-27Add GPLv2 as an alternative license.Siying Dong
2017-02-16avoid direct io in rocksdb_liteAaron Gao
2017-02-15Fix repair_test on ROCKSDB_LITEAndrew Kryczka
2017-02-10Fix repair issuesDmitri Smirnov
2016-06-24ColumnFamilyOptions API [CF + RepairDB part 3/3]Andrew Kryczka
2016-06-24Detect column family from properties [CF + RepairDB part 2/3]Andrew Kryczka
2016-06-24Refactor to use VersionSet [CF + RepairDB part 1/3]Andrew Kryczka
2016-03-18Add unit tests for RepairDBAndrew Kryczka