summaryrefslogtreecommitdiff
path: root/src/mongo/db/repl/drop_pending_collection_reaper.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-47735 change mongo source over to logv2Billy Donahue2020-04-261-1/+1
* SERVER-47040 LOGV2_FATAL also fassertsHenrik Edin2020-03-241-7/+7
* SERVER-46389 Improve replication log line styleTess Avitabile2020-03-171-17/+24
* SERVER-46074 Improve log attributes for repl directory and bridge.cppTess Avitabile2020-02-261-7/+7
* SERVER-45567 removing util/log.h where I canGabriel Russell2020-02-211-1/+0
* SERVER-45869 automatically converted structured loggingGabriel Russell2020-02-131-11/+30
* SERVER-42165 Replace uses of stdx::mutex with mongo::MutexBen Caimano2019-09-171-6/+6
* SERVER-42834: Register an onRollback handler when adding a drop pending names...Daniel Gottlieb2019-08-211-4/+23
* Revert "SERVER-39957 Two-phase drop by rename should wait until dropOptime is...Mathew Robinson2019-03-131-20/+1
* SERVER-39957 Two-phase drop by rename should wait until dropOptime is both ch...Xiangyu Yao2019-03-121-1/+20
* SERVER-39560 - remove leading blank line on all C++ filesBilly Donahue2019-02-131-1/+0
* SERVER-38479 allow lock acquisition interruptions in StorageInterface::create...Eric Milkie2019-01-071-1/+7
* SERVER-37651 Update header files with new licenseRamon Fernandez2018-10-221-8/+10
* SERVER-34829 Drop pending reaper must not delete the _dropPendingNamespaces e...Dianna Hohensee2018-05-071-15/+32
* SERVER-29959 Update rollback of renameCollection commands to use UUIDsAllison Chang2017-07-311-7/+0
* SERVER-30150 DropPendingCollectionReaper::rollBackDropPendingCollection() rol...Benety Goh2017-07-211-15/+15
* SERVER-30150 DropPendingCollectionReaper supports multiple drop-pending names...Benety Goh2017-07-201-5/+10
* SERVER-30150 remove DropPendingCollectionReaper::dropCollectionAtOpTime()Benety Goh2017-07-201-30/+0
* SERVER-29276 adds functions to DropPendingCollectionReaper for rollbackJudah Schvimer2017-06-201-0/+65
* SERVER-29273 disable replicated writes when removing drop-pending collectionsBenety Goh2017-05-231-0/+8
* SERVER-29273 add DropPendingCollectionReaper to manage drop-pending collectionsBenety Goh2017-05-191-0/+126