summaryrefslogtreecommitdiff
path: root/src/mongo/db/repl/dbcheck.h
Commit message (Expand)AuthorAgeFilesLines
* SERVER-62022 Reduce dbCheck info logging in prod, log start/stopJosef Ahmad2021-12-181-7/+8
* SERVER-61754 dbCheck does not hold strong locks during batchesLouis Williams2021-12-171-1/+3
* SERVER-30846 Run dbCheck in the background of some FSM testsJosef Ahmad2021-12-161-0/+4
* SERVER-62041 Add a maximum batch execution time to dbCheckJosef Ahmad2021-12-151-2/+2
* SERVER-61877 Remove catalog consistency verification from dbCheckJosef Ahmad2021-12-141-37/+0
* SERVER-61748 dbCheck: improve database-level locking and handling of special ...Josef Ahmad2021-12-081-54/+20
* SERVER-50984 Add CollectionPtr to replace usage of const Collection*Henrik Edin2020-09-261-6/+15
* SERVER-50317 Const correct uses of CollectionHenrik Edin2020-09-021-7/+7
* SERVER-42965 Remove unused param "stableTimestampForRecovery"A. Jesse Jiryu Davis2019-08-221-2/+1
* SERVER-37180: Use OplogEntry everywhere in oplog applicationLingzhi Deng2019-07-291-4/+0
* SERVER-41772 Apply clang-format 7.0.1 to the codebaseclang-format-7.0.12019-07-271-2/+2
* SERVER-40515 Remove usage of UUIDCatalog::prev() and UUIDCatalog::next() in d...Gregory Wlodarek2019-04-291-0/+7
* SERVER-35872 reconstruct prepared transactions on rollback, fastcount inaccuratePavi Vetriselvan2019-02-221-1/+2
* SERVER-39560 - remove leading blank line on all C++ filesBilly Donahue2019-02-131-1/+0
* SERVER-37651 Update header files with new licenseRamon Fernandez2018-10-221-21/+23
* SERVER-37480 Use OplogEntry in command oplog applicationSiyuan Zhou2018-10-111-0/+1
* SERVER-36013 Remove isMMAPv1 predicates and resulting dead codeGeert Bosch2018-07-111-2/+1
* SERVER-31384 applyOps should correctly propagate oplog application modeWilliam Schultz2017-11-141-1/+2
* SERVER-30762 Add dbCheck jstests.Ian Kuehne2017-08-251-8/+36
* SERVER-30646 Fix dbCheck health log entries.Ian Kuehne2017-08-221-7/+18
* SERVER-30573 Add dbCheck command.Ian Kuehne2017-08-221-0/+183