summaryrefslogtreecommitdiff
path: root/src/mongo/db/catalog/drop_database.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-67549 Change dropDatabase command path to use DatabaseNamejannaerin2022-08-251-28/+27
* SERVER-62923 Change DB lock RAII types to use DatabaseNamejannaerin2022-07-151-5/+10
* SERVER-62781 Include tid in oplog entries for commandsHugh Tong2022-07-111-1/+2
* SERVER-63650 Change Locker::isDbLockedForMode to take in DatabaseNamejannaerin2022-07-111-1/+2
* SERVER-67507 Move op_observer files to op_observer directoryShin Yee Tan2022-07-081-1/+1
* SERVER-66203 move MONGO_LOGV2_DEFAULT_COMPONENT defs below includesBilly Donahue2022-05-061-1/+3
* SERVER-54284 ExceptionFor<ErrorCodes::WriteConflict> should resolve to WriteC...Amirsaman Memaripour2022-04-281-1/+1
* SERVER-60761 Move the global read-only flag to be an OperationContext functionGregory Wlodarek2022-04-221-1/+1
* SERVER-62759 Add lock release in dropDatabase for applyOpsJordi Olivares Provencio2022-02-251-2/+6
* SERVER-63131 Change CollectionCatalog::_orderedCollections to be keyed by std...Sophia Tan2022-02-091-2/+1
* SERVER-61987 Change DatabaseHolder's map to be keyed by TenantDatabaseNameSophia Tan2022-02-031-1/+2
* SERVER-49866 Remove TempReleaseGabriel Marks2021-11-111-74/+63
* SERVER-59782 migrate makeGuard calls to ScopeGuardBilly Donahue2021-09-081-4/+4
* SERVER-56694 implicit default majority write concern should set usedDefault=f...Moustafa Maher2021-06-041-2/+2
* SERVER-56292 Ensure time-series collections properly handle stepdown and stepupGregory Noma2021-04-291-3/+0
* SERVER-52523 Implement in-memory time-series bucket catalogGregory Noma2020-11-251-0/+3
* SERVER-52556 Versioned CollectionCatalog. Writes are performed using copy-on-...Henrik Edin2020-11-131-2/+4
* SERVER-50408 Change NotMaster error name to NotWritablePrimaryPavi Vetriselvan2020-09-031-1/+1
* SERVER-48350 Log cleanup in db/catalog, db/index and db/storage/kvHenrik Edin2020-06-011-6/+5
* SERVER-39140 Remove BackgroundOperationLouis Williams2020-05-261-3/+0
* SERVER-38961 remove IndexBuildsCoordinator::supportsTwoPhaseIndexBuild()Benety Goh2020-05-071-12/+1
* SERVER-47735 change mongo source over to logv2Billy Donahue2020-04-261-1/+1
* SERVER-47397 enhanced logging for Execution owned files (part 1)Eric Milkie2020-04-221-15/+24
* SERVER-46560 Make abort index build deterministicLouis Williams2020-04-101-9/+5
* SERVER-47252 IndexBuildsCoordinator shutdown and index build wait functions a...Benety Goh2020-04-081-1/+1
* SERVER-46647 Stepping down the primary when running 'dropDatabase' can hit an...Gregory Wlodarek2020-03-061-0/+14
* SERVER-39071 Implements commit quorum for two phase index builds.Suganthi Mani2020-03-021-1/+2
* SERVER-46123 Make the dropDatabase command abort in-progress index buildsGregory Wlodarek2020-02-271-24/+100
* SERVER-45567 removing util/log.h where I canGabriel Russell2020-02-211-1/+0
* SERVER-45869 automatically converted structured loggingGabriel Russell2020-02-131-17/+41
* SERVER-43859: Take MODE_IX locks for collection creation.Daniel Gottlieb2019-11-261-1/+1
* SERVER-43317 merge failpoint headers. Rewrite docs.Billy Donahue2019-10-031-1/+1
* SERVER-43402 dropDatabase should send drop database oplog entry prior to drop...Gregory Wlodarek2019-10-011-13/+12
* SERVER-41496 Remove Database::getCollection() and replace with CollectionCata...Evgeni Dobranov2019-09-301-1/+1
* SERVER-43119 FailPoint cleanupBilly Donahue2019-09-101-4/+4
* SERVER-33272 The DatabaseHolder::close() function no longer requires a global...Gregory Wlodarek2019-08-221-2/+0
* SERVER-42718: Disallow dropDatabase from running concurrently.Daniel Gottlieb2019-08-211-0/+6
* SERVER-41772 Apply clang-format 7.0.1 to the codebaseclang-format-7.0.12019-07-271-14/+11
* SERVER-42194 Make Collection always hold a UUID (rather than optional UUID)Xiangyu Yao2019-07-151-1/+1
* SERVER-40306 Ensure dropDatabase sets drop-pending back to false on failureDianna Hohensee2019-04-021-70/+68
* SERVER-39079 Move BackgroundOperation checks out of the catalog layer; add pa...Dianna Hohensee2019-03-241-0/+10
* SERVER-39507 Transfer Collection ownership to UUIDCatalogDivjot Arora2019-03-201-1/+6
* Revert "SERVER-39079 Move BackgroundOperation checks out of the catalog layer...Dianna Hohensee2019-03-121-9/+0
* SERVER-39079 Move BackgroundOperation checks out of the catalog layer; add pa...Dianna Hohensee2019-03-111-0/+9
* SERVER-39560 - remove leading blank line on all C++ filesBilly Donahue2019-02-131-1/+0
* SERVER-30711: scope_guard rewrite, to avoid -Werror=noexcept-typeBilly Donahue2019-01-111-8/+8
* SERVER-35840 Log the appropriate number of collections dropped using dropData...Gregory Wlodarek2018-12-311-9/+15
* SERVER-38719 rename DatabaseHolder::get() to getDb()Benety Goh2018-12-201-1/+2
* SERVER-38700 convert static Database::dropDatabase to a method on DatabaseHolderBenety Goh2018-12-191-2/+3
* SERVER-35290 dropDatabase command should respect maxTimeMSXiangyu Yao2018-12-121-8/+12