summaryrefslogtreecommitdiff
path: root/src/mongo/db/catalog/drop_collection.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-39071 Implements commit quorum for two phase index builds.Suganthi Mani2020-03-021-0/+1
* SERVER-45567 removing util/log.h where I canGabriel Russell2020-02-211-1/+0
* SERVER-46122 Make the drop command abort in-progress index builds before drop...Gregory Wlodarek2020-02-191-12/+193
* SERVER-45869 automatically converted structured loggingGabriel Russell2020-02-131-6/+9
* SERVER-45137 Remove namespaces from Top when collections are renamedGregory Wlodarek2020-01-311-2/+2
* SERVER-43859: Take MODE_IX locks for collection creation.Daniel Gottlieb2019-11-261-2/+4
* SERVER-43317 merge failpoint headers. Rewrite docs.Billy Donahue2019-10-031-1/+1
* SERVER-41496 Remove Database::getCollection() and replace with CollectionCata...Evgeni Dobranov2019-09-301-2/+3
* SERVER-42373 Prevent "invalid view definition" error while dropping nonexiste...Haley Connelly2019-09-201-1/+6
* SERVER-43119 FailPoint cleanupBilly Donahue2019-09-101-6/+6
* Revert "SERVER-33272 Proactively close newly empty databases"Gregory Wlodarek2019-08-271-33/+1
* SERVER-33272 Proactively close newly empty databasesGregory Wlodarek2019-08-271-1/+33
* Revert "SERVER-33272 Proactively close newly empty databases"Gregory Wlodarek2019-08-231-25/+1
* SERVER-33272 Proactively close newly empty databasesGregory Wlodarek2019-08-221-1/+25
* SERVER-42194 Make Collection always hold a UUID (rather than optional UUID)Xiangyu Yao2019-07-151-1/+1
* SERVER-41643 Create/drop view should lock system.views collection after view ...Xiangyu Yao2019-06-241-1/+2
* SERVER-41426 StorageInterface's dropCollection should only take Database IX lockXiangyu Yao2019-06-051-8/+5
* SERVER-39424 Test that a DDL op started after a prepared transaction fails du...Dianna2019-04-301-0/+5
* SERVER-40724 Change namespace arguments to use NamespaceStringGeert Bosch2019-04-261-1/+1
* SERVER-39520 Use database IX lock for dropCollectionXiangyu Yao2019-04-261-6/+8
* Revert "SERVER-39520 Use database IX lock for dropCollection"Justin Seyster2019-04-251-8/+6
* SERVER-39520 Use database IX lock for dropCollectionXiangyu Yao2019-04-251-6/+8
* Revert "SERVER-39520 Use database IX lock for dropCollection"Xiangyu Yao2019-04-251-8/+6
* SERVER-39520 Use database IX lock for dropCollectionXiangyu Yao2019-04-251-6/+8
* SERVER-40688 Make CollectionLock take NamespaceStringGeert Bosch2019-04-171-1/+1
* SERVER-40604 Make CollectionLock interruptibleGeert Bosch2019-04-151-2/+2
* SERVER-39519 Create/drop view now only takes database IX lockXiangyu Yao2019-03-281-55/+102
* SERVER-39079 Move BackgroundOperation checks out of the catalog layer; add pa...Dianna Hohensee2019-03-241-0/+3
* Revert "SERVER-39079 Move BackgroundOperation checks out of the catalog layer...Dianna Hohensee2019-03-121-3/+0
* SERVER-39079 Move BackgroundOperation checks out of the catalog layer; add pa...Dianna Hohensee2019-03-111-0/+3
* 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/+1
* SERVER-39560 - remove leading blank line on all C++ filesBilly Donahue2019-02-131-1/+0
* SERVER-39032 remove unnecessary NamespaceString::ns() calls from db/catalog/Benety Goh2019-01-241-1/+1
* SERVER-38850 Perform noop write before returning NoSuchTransaction errorTess Avitabile2019-01-161-0/+9
* Revert "SERVER-35828 Check the readSource in dropCollection()"Eric Milkie2019-01-161-4/+0
* SERVER-35828 Check the readSource in dropCollection()Xiangyu Yao2019-01-141-0/+4
* SERVER-37651 Update header files with new licenseRamon Fernandez2018-10-221-8/+10
* SERVER-35497 Use more uasserts in the configsvr commandsKaloian Manassiev2018-06-081-3/+1
* SERVER-35172 'ns' field is no longer duplicated in response to dropCollection...Ben Judd2018-06-051-1/+3
* 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-29519 Removed many usages of getGlobalReplicationCoordinatorHenrik Edin2018-01-221-1/+1
* SERVER-29909 Remove circular dependency between db_raii and sharding librariesKaloian Manassiev2017-12-161-2/+0
* SERVER-29544 Remove deprecated macro calls.Ian Kuehne2017-07-031-4/+3
* SERVER-29752 support dropping of system collections when applying operationsBenety Goh2017-06-211-8/+6
* SERVER-29274 add optional dropOpTime argument to mongo::dropCollection()Benety Goh2017-05-301-4/+15
* SERVER-29225 Split off free functions in catalog.ADAM David Alan Martin2017-05-161-7/+3
* SERVER-28543 Add OperationContext as an argument to getCollectionMaria van Keulen2017-04-061-1/+1