summaryrefslogtreecommitdiff
path: root/src/mongo/db/catalog/drop_database.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-35275 rename fail point FP macros, improve docsBilly Donahue2018-06-111-1/+1
* SERVER-34776 dropDatabase should respect user provided writeConcernLouis Williams2018-05-231-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
* SERVER-29277 dropDatabase() sets dropPending flag in Database before dropping...Benety Goh2017-06-191-0/+7
* SERVER-29277 dropDatabase explicitly drops every collection before removing d...Benety Goh2017-06-141-8/+16
* SERVER-28534 Pass collection names around as NamespaceStrings more oftenGeert Bosch2017-04-021-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-13/+13
* SERVER-27914 Verify canAcceptWritesForDatabase() is called while the caller h...Matthew Russotto2017-03-061-1/+1
* Revert "SERVER-26965 Use RAII type for turning off replicated writes."Matthew Russotto2017-03-061-1/+1
* SERVER-26965 Use RAII type for turning off replicated writes.Matthew Russotto2017-03-061-1/+1
* SERVER-27301 converted OpObserver into an interface. ServiceContext should al...Benety Goh2016-12-071-3/+1
* SERVER-23779 Replace direct instantiation of OperationContextImpl with cc().m...Andy Schwerin2016-04-201-1/+0
* Revert "SERVER-23779 Replace direct instantiation of OperationContextImpl wit...Eric Milkie2016-04-191-0/+1
* SERVER-23779 Replace direct instantiation of OperationContextImpl with cc().m...Andy Schwerin2016-04-181-1/+0
* SERVER-16221 SERVER-22703 ObOpserver may be nullptr in testsAndrew Morrow2016-04-151-1/+3
* Revert "SERVER-16221 SERVER-22703 ObOpserver may be nullptr in tests"Judah Schvimer2016-04-151-3/+1
* SERVER-16221 SERVER-22703 ObOpserver may be nullptr in testsAndrew Morrow2016-04-151-1/+3
* SERVER-22355 add negative tests of write operations to read_only suiteAdam Midvidy2016-03-171-0/+3
* SERVER-22972 Remove usages of OldClientContext which reference databaseKaloian Manassiev2016-03-081-5/+9
* SERVER-20463 DatabaseNotFound -> NamespaceNotFoundKaloian Manassiev2015-09-221-1/+1
* SERVER-18579: Clang-Format - reformat code, no comment reflowMark Benvenuto2015-06-201-30/+30
* SERVER-18825 restore indicator behavior of "dropped" field in a dropDatabase ...matt dannenberg2015-06-051-2/+4
* SERVER-17923 prohibit database/collection actions when bg index is runningEric Milkie2015-06-041-25/+2
* SERVER-17573 move OpObserver calls into the datalayer as much as possible and...matt dannenberg2015-04-091-0/+111