summaryrefslogtreecommitdiff
path: root/src/mongo/db/catalog/validate_results.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-68246 rewrite calls to boost::optional get and is_initializedBilly Donahue2022-07-271-1/+1
* SERVER-50081 Remove duplicate documents of unique indexes in repair modeShin Yee Tan2022-01-281-0/+2
* SERVER-54489 Limit 'errors' and 'warnings' fields in validation result to 2MB...Henrik Edin2021-04-271-2/+16
* SERVER-55779 Clustered collections should store RecordIds as KeyStringLouis Williams2021-04-091-5/+4
* SERVER-53989 Generalize RecordId to store small binary stringsLouis Williams2021-02-101-3/+4
* SERVER-54277 Validate to support ObjectId type when reporting corrupt recordsGregory Wlodarek2021-02-091-3/+5
* SERVER-53982 RecordId supports ObjectId typeLouis Williams2021-01-291-1/+1
* SERVER-52609 Append corruptRecords to validate results as an arrayGregory Noma2021-01-131-12/+12
* SERVER-50185 Update keysPerIndex after repairing index inconsistenciesLouis Williams2020-08-261-0/+58