summaryrefslogtreecommitdiff
path: root/src/mongo/db/repl/dbcheck.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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-38091 IndexCatalog iterators and accessors should return const entriesLouis Williams2018-12-191-1/+1
* 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-34882 Support creating instances with all required fields in IDLMark Benvenuto2018-09-141-1/+1
* SERVER-33847 create type aliases for BSONObj containers with binary compariso...Kyle Suarez2018-03-131-1/+1
* SERVER-31384 applyOps should correctly propagate oplog application modeWilliam Schultz2017-11-141-1/+2
* SERVER-30934 Check if DB is null before getting collectionLouis Williams2017-09-081-9/+2
* SERVER-30762 Add dbCheck jstests.Ian Kuehne2017-08-251-21/+21
* SERVER-30646 Fix dbCheck health log entries.Ian Kuehne2017-08-221-62/+103
* SERVER-30573 Add dbCheck command.Ian Kuehne2017-08-221-0/+491