summaryrefslogtreecommitdiff
path: root/src/mongo/db/commands/drop_indexes.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-48891 reIndex should not lookup nonexistent database in ViewCatalogLouis Williams2020-06-161-1/+2
* SERVER-39140 Remove BackgroundOperationLouis Williams2020-05-261-2/+0
* SERVER-48084 Lint log lines in mongo/db/commandsSara Golemon2020-05-131-2/+2
* SERVER-47735 change mongo source over to logv2Billy Donahue2020-04-261-1/+2
* SERVER-44343 Make 'reIndex' a standalone-only commandSamy Lanka2020-04-161-2/+14
* Revert "SERVER-44343 Make 'reIndex' a standalone-only command"Samy Lanka2020-04-131-14/+2
* SERVER-46560 Make abort index build deterministicLouis Williams2020-04-101-24/+21
* SERVER-44343 Make 'reIndex' a standalone-only commandSamy Lanka2020-04-091-2/+14
* SERVER-45567 removing util/log.h where I canGabriel Russell2020-02-211-1/+0
* SERVER-45869 automatically converted structured loggingGabriel Russell2020-02-131-2/+3
* SERVER-44276: Change storage engine catalog map to be keyed by RecordId inste...Daniel Gottlieb2019-11-061-2/+4
* SERVER-44026 Remove global X lock for reIndexGregory Wlodarek2019-11-011-11/+4
* 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