summaryrefslogtreecommitdiff
path: root/src/mongo/db/repl/drop_pending_collection_reaper_test.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-45583 Unittests are using logv2.Henrik Edin2020-01-211-1/+2
* SERVER-42834: Register an onRollback handler when adding a drop pending names...Daniel Gottlieb2019-08-211-20/+21
* SERVER-41772 Apply clang-format 7.0.1 to the codebaseclang-format-7.0.12019-07-271-1/+1
* SERVER-39339 Remove `stdx/memory.h`ADAM David Alan Martin2019-06-101-3/+2
* SERVER-40892 Rename UUIDCatalog to CollectionCatalogGeert Bosch2019-05-071-1/+1
* SERVER-40476 remove mongoutils::strBilly Donahue2019-04-091-1/+1
* 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-8/+10
* SERVER-32741 Remove erroneous TODOsMaria van Keulen2018-03-021-1/+0
* SERVER-32741 Initialize the featureCompatibilityVersion parameter value to 3.6Maria van Keulen2018-02-011-3/+21
* SERVER-29959 Update rollback of renameCollection commands to use UUIDsAllison Chang2017-07-311-16/+23
* SERVER-30150 DropPendingCollectionReaper::rollBackDropPendingCollection() rol...Benety Goh2017-07-211-6/+6
* SERVER-30150 DropPendingCollectionReaper supports multiple drop-pending names...Benety Goh2017-07-201-3/+24
* SERVER-30150 remove DropPendingCollectionReaper::dropCollectionAtOpTime()Benety Goh2017-07-201-43/+0
* SERVER-29276 adds functions to DropPendingCollectionReaper for rollbackJudah Schvimer2017-06-201-0/+98
* SERVER-27244 Status usage compile-time facilities.ADAM David Alan Martin2017-06-181-1/+1
* SERVER-29274 update repl and op observer tests to use new ReplicationCoordina...Benety Goh2017-05-231-15/+2
* SERVER-29273 disable replicated writes when removing drop-pending collectionsBenety Goh2017-05-231-0/+28
* SERVER-29273 add DropPendingCollectionReaper to manage drop-pending collectionsBenety Goh2017-05-191-0/+219