summaryrefslogtreecommitdiff
path: root/src/mongo/db/repl/dbcheck.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-50317 Const correct uses of CollectionHenrik Edin2020-09-021-5/+5
* SERVER-49957 Fix read out of bounds in dbCheck getPrevAndNextUUIDs when we op...Henrik Edin2020-07-301-6/+3
* SERVER-48228 Move slot-based execution engine and supporting changes into the...Martin Neupauer2020-06-111-1/+1
* SERVER-43859: Take MODE_IX locks for collection creation.Daniel Gottlieb2019-11-261-3/+4
* SERVER-44276: Change storage engine catalog map to be keyed by RecordId inste...Daniel Gottlieb2019-11-061-3/+5
* SERVER-41496 Remove Database::getCollection() and replace with CollectionCata...Evgeni Dobranov2019-09-301-1/+2
* 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-7/+8
* SERVER-41772 Apply clang-format 7.0.1 to the codebaseclang-format-7.0.12019-07-271-24/+8
* SERVER-42194 Make Collection always hold a UUID (rather than optional UUID)Xiangyu Yao2019-07-151-1/+1
* SERVER-40717 Remove CollectionCatalogEntry and KVColletionCatalogEntryXiangyu Yao2019-06-281-1/+0
* SERVER-41819 Move methods from KVCollectionCatalogEntry to KVCatalogXiangyu Yao2019-06-211-6/+5
* SERVER-39339 Remove `stdx/memory.h`ADAM David Alan Martin2019-06-101-2/+2
* SERVER-40892 Rename UUIDCatalog to CollectionCatalogGeert Bosch2019-05-071-3/+3
* SERVER-40515 Remove usage of UUIDCatalog::prev() and UUIDCatalog::next() in d...Gregory Wlodarek2019-04-291-2/+31
* SERVER-40688 Make CollectionLock take NamespaceStringGeert Bosch2019-04-171-1/+1
* SERVER-40604 Make CollectionLock interruptibleGeert Bosch2019-04-151-1/+1
* 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