summaryrefslogtreecommitdiff
path: root/src/mongo/db/commands/drop_indexes.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* SERVER-39002 MultiIndexBlock::cleanUpAfterBuild() accepts a post-catalog upda...Benety Goh2019-10-081-1/+3
* SERVER-41496 Remove Database::getCollection() and replace with CollectionCata...Evgeni Dobranov2019-09-301-1/+2
* SERVER-43119 FailPoint cleanupBilly Donahue2019-09-101-1/+1
* SERVER-42330Maria van Keulen2019-08-281-16/+28
* SERVER-41772 Apply clang-format 7.0.1 to the codebaseclang-format-7.0.12019-07-271-1/+1
* SERVER-42194 Make Collection always hold a UUID (rather than optional UUID)Xiangyu Yao2019-07-151-2/+1
* SERVER-40717 Remove CollectionCatalogEntry and KVColletionCatalogEntryXiangyu Yao2019-06-281-1/+0
* SERVER-41819 Move methods from KVCollectionCatalogEntry to KVCatalogXiangyu Yao2019-06-211-2/+4
* SERVER-41140 All usages of MultiIndexBlock should ensure callers check for du...Gregory Wlodarek2019-06-191-2/+2
* SERVER-40175 Rebuild any missing _id indexes on startupLouis Williams2019-04-051-0/+8
* SERVER-39079 Move BackgroundOperation checks out of the catalog layer; add pa...Dianna Hohensee2019-03-241-0/+4
* SERVER-40023 remove background index support from IndexBuilderBenety Goh2019-03-071-1/+0
* SERVER-39505 Make ViewCatalog a decoration on Database.Divjot Arora2019-03-071-1/+2
* SERVER-38097 Pull opCtx and collection ptrs out of MultiIndexBlock and pass i...Dianna Hohensee2019-02-191-6/+10
* SERVER-39560 - remove leading blank line on all C++ filesBilly Donahue2019-02-131-3/+0
* SERVER-36917 Remove the unused DBDirectClient in drop_indexes.cppDivjot Arora2019-02-121-2/+0
* SERVER-39068 Replicate startIndexBuild and commitIndexBuild oplog entriresLouis Williams2019-02-121-2/+3
* SERVER-38330 merge MultiIndexBlock and MultiIndexBlockImplBenety Goh2018-12-101-2/+1
* SERVER-37763 MultiIndexBlock::commit() returns StatusBenety Goh2018-11-201-1/+1
* SERVER-37589 add library for MultiIndexBlockBenety Goh2018-10-261-1/+2
* SERVER-37651 Update header files with new licenseRamon Fernandez2018-10-221-26/+28
* SERVER-36889 unshim MultiIndexBlockBenety Goh2018-10-121-2/+2
* SERVER-35569 reIndex should take a Global exclusive lock instead of just a Da...Eric Milkie2018-06-131-0/+7
* SERVER-34628 Really remove appendCommandStatusMathias Stearn2018-05-081-11/+6
* SERVER-34580 Plumb commit time to commit handlers when availableJudah Schvimer2018-05-031-4/+3
* SERVER-34263 Use WT specific data format version for new unique idxr3.7.6Sulabh Mahajan2018-04-241-4/+1
* SERVER-33726 make reIndex command use AutoGetDb to take DBLock rather than ta...Esha Maharishi2018-03-071-8/+9
* SERVER-29519 Remove getGlobalReplicationCoordinator. Replace when getting dec...Nick Zolnierz2018-03-021-1/+1
* Revert "SERVER-29519 Remove getGlobalReplicationCoordinator. Replace when get...Nick Zolnierz2018-03-021-1/+1
* SERVER-29519 Remove getGlobalReplicationCoordinator. Replace when getting dec...Henrik Edin2018-03-021-1/+1
* SERVER-33286 Provide service context in Command::secondaryAllowed to allow ge...Henrik Edin2018-02-141-2/+2
* SERVER-30911: Timestamp index build start and completion.Daniel Gottlieb2018-02-131-11/+14
* SERVER-33136 const-ify the command auth accessorsBilly Donahue2018-02-061-2/+2
* SERVER-32958 unrevert "SERVER-32958 slaveOk,slaveOverrideOk replacement"Billy Donahue2018-01-311-5/+5
* Revert "SERVER-32958 slaveOk,slaveOverrideOk replacement"Judah Schvimer2018-01-311-5/+5
* SERVER-32958 slaveOk,slaveOverrideOk replacementBilly Donahue2018-01-311-5/+5
* SERVER-32958 Command::help() returns std::stringBilly Donahue2018-01-301-4/+4
* SERVER-32284 rename ReplicationCoordinator::reserveSnapshotName() to getMinim...Benety Goh2018-01-171-1/+1
* SERVER-32646 CommandHelpersBilly Donahue2018-01-161-7/+8
* SERVER-30745 Prohibit unsafe comparisons against featureCompatibilityVersionLouis Williams2017-10-061-1/+1
* SERVER-30638 change setReadFromMajorityCommittedSnapshot to use timestamps in...Eric Milkie2017-10-051-1/+0
* SERVER-29731 get errmsg out of BasicCommand apiMathias Stearn2017-07-131-8/+7
* SERVER-29731 convert all direct subclasses of Command to BasicCommandMathias Stearn2017-07-131-4/+4
* SERVER-29274 IndexCatalog::dropAllIndexes() returns void.Benety Goh2017-05-231-5/+1
* SERVER-29260 Make BSONObj argument to Command::run() const&Mathias Stearn2017-05-171-2/+2
* SERVER-29249 Remove Command::_webUi member and constructor argumentMathias Stearn2017-05-171-1/+1
* SERVER-28701 Remove queryOptions argument from Command::run()Mathias Stearn2017-04-121-2/+0
* SERVER-28543 Add OperationContext as an argument to getCollectionMaria van Keulen2017-04-061-1/+1
* SERVER-22541 Refactor RAII locking helpers.Charlie Swanson2017-03-151-2/+1
* SERVER-27938 Rename all OperationContext variables to opCtxMaria van Keulen2017-03-071-16/+16