summaryrefslogtreecommitdiff
path: root/src/mongo/db/catalog/drop_database.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
* SERVER-37651 Update header files with new licenseRamon Fernandez2018-10-221-8/+10
* SERVER-36015 Remove references to system.namespaces and system.indexesDianna Hohensee2018-08-291-1/+1
* SERVER-35275 rename fail point FP macros, improve docsBilly Donahue2018-05-301-1/+1
* SERVER-34776 dropDatabase should respect user provided writeConcernLouis Williams2018-05-221-12/+27
* SERVER-33244 All lock acquisitions for transaction operations obey maxTransac...Dianna Hohensee2018-05-141-3/+1
* SERVER-33793 dropDatabase should log the opTime it's waiting onJudah Schvimer2018-03-131-0/+4
* SERVER-24635 replace references to fassertStatusOK with fassertBenety Goh2018-03-071-1/+1
* SERVER-33336 Snapshot reads should not take MODE_IX locks when autocommit=trueTess Avitabile2018-03-021-1/+1
* SERVER-32638 Rename interruptable to interruptibleLouis Williams2018-03-011-3/+3
* SERVER-32638: Allow lock acquisition to be interruptableLouis Williams2018-03-011-0/+3
* SERVER-32205 Prohibit dropping the admin database at catalog levelMaria van Keulen2018-02-091-0/+6
* SERVER-32251: Timestamp drop collection/databaseDaniel Gottlieb2018-01-241-1/+14
* SERVER-32624 clean up awaitReplication logic in dropDatabase()Benety Goh2018-01-101-38/+20
* SERVER-32624 dropDatabase() waits for collection drops using ReplicationCoord...Benety Goh2018-01-101-1/+8
* SERVER-32532 dropDatabase() drops collections in separate loop after gatherin...Benety Goh2018-01-041-1/+8
* SERVER-32402 refactor second dropDatabase WCE retry loopBenety Goh2018-01-031-14/+15
* SERVER-32402 reset Database drop pending state upon step down after dropping ...Benety Goh2018-01-031-0/+4
* SERVER-31500 Create Javascript test to exercise rollback of dropDatabase commandVesselina Ratcheva2018-01-021-0/+12
* SERVER-29909 Remove circular dependency between db_raii and sharding librariesKaloian Manassiev2017-12-161-4/+1
* SERVER-31436 dropDatabase returns PrimarySteppedDown instead of NotMaster if ...Benety Goh2017-10-161-1/+1
* SERVER-31436 dropDatabase ensures writes are still accepted before finishing ...Benety Goh2017-10-131-0/+14
* SERVER-29544 Remove deprecated macro calls.Ian Kuehne2017-07-031-13/+18
* SERVER-29874 dropDatabase() releases locks when awaiting replicationBenety Goh2017-06-291-30/+50
* SERVER-29876 dropDatabase() waits for pending collection drops to completeBenety Goh2017-06-291-12/+46
* SERVER-29277 dropDatabase() waits for collection drops to be replicated befor...Benety Goh2017-06-271-9/+80