summaryrefslogtreecommitdiff
path: root/src/mongo/db/catalog/drop_database_test.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-38800 OpObserver accepts numRecords for drop and rename operationsBenety Goh2019-01-081-1/+4
* 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/+4
* SERVER-37443 Make catalog objects survive collection rename.David Storch2018-10-231-4/+8
* SERVER-37651 Update header files with new licenseRamon Fernandez2018-10-221-8/+10
* SERVER-37365 Don't use `ignore()` in some tests.ADAM David Alan Martin2018-10-021-2/+2
* SERVER-36015 Remove references to system.namespaces and system.indexesDianna Hohensee2018-08-291-10/+0
* SERVER-34776 dropDatabase should respect user provided writeConcernLouis Williams2018-05-221-2/+4
* SERVER-34963 Fix linking on dynamic community builds.ADAM David Alan Martin2018-05-161-6/+7
* SERVER-32843 Allow multiple times in OpObserversADAM David Alan Martin2018-03-011-1/+2
* SERVER-32205 Prohibit dropping the admin database at catalog levelMaria van Keulen2018-02-091-0/+9
* SERVER-32741 Initialize the featureCompatibilityVersion parameter value to 3.6Maria van Keulen2018-02-011-3/+6
* SERVER-29519 Removed many usages of getGlobalReplicationCoordinatorHenrik Edin2018-01-221-1/+1
* SERVER-32624 dropDatabase() waits for collection drops using ReplicationCoord...Benety Goh2018-01-101-4/+5
* SERVER-32402 reset Database drop pending state upon step down after dropping ...Benety Goh2018-01-031-1/+5
* 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/+24
* SERVER-30580 Eliminate UserException and MsgAssertionException typesMathias Stearn2017-08-161-1/+1
* SERVER-29874 dropDatabase() releases locks when awaiting replicationBenety Goh2017-06-291-0/+50
* SERVER-29876 dropDatabase() waits for pending collection drops to completeBenety Goh2017-06-291-1/+28
* SERVER-29876 ReplicationCoordinatorMock::AwaitReplicationReturnValueFunction ...Benety Goh2017-06-291-3/+3
* SERVER-28545 Change ReplicationCoordinator::setFollowerMode to return a Statu...Spencer T Brody2017-06-281-2/+2
* SERVER-29277 dropDatabase() waits for collection drops to be replicated befor...Benety Goh2017-06-271-0/+75
* SERVER-29277 dropDatabase() sets dropPending flag in Database before dropping...Benety Goh2017-06-191-1/+40
* SERVER-29277 dropDatabase explicitly drops every collection before removing d...Benety Goh2017-06-141-4/+4
* SERVER-29277 add dropDatabase unit testBenety Goh2017-06-141-0/+238