summaryrefslogtreecommitdiff
path: root/src/mongo/db/s/shardsvr_drop_database_command.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-66353 Add concurrency information to OperationContext::setAlwaysInterr...George Wangensteen2022-05-231-1/+1
* SERVER-63109 Change CollectionCatalog::_databaseProfileSettings to be keyed b...Sophia Tan2022-05-191-1/+1
* SERVER-66203 move MONGO_LOGV2_DEFAULT_COMPONENT defs below includesBilly Donahue2022-05-061-1/+3
* SERVER-62609 Represent the w parameter of WriteConcernOptions as a variantMatt Broadstone2022-02-011-5/+2
* SERVER-60730 shardsvrDropDatabase should always join existing coordinatorAllison Easton2021-10-261-2/+18
* SERVER-58893 more commands to skip api version checkAdi Zaimi2021-09-091-1/+1
* SERVER-58893 Rename flag to skipApiVersionCheckAdi Zaimi2021-08-301-1/+2
* SERVER-58820 Remove legacy drop collection/database pathsTommaso Tocci2021-07-271-21/+1
* SERVER-57039 Legacy-path DDL operations are not interrupted on stepdownJordi Serra Torrens2021-05-191-0/+2
* SERVER-55898 Implement a serialiser between Sharded DDL and FCV switch betwee...Jordi Serra Torrens2021-04-281-2/+4
* SERVER-56063 Consolidate the FCV 4.4 <-> 5.0 upgrade checksKaloian Manassiev2021-04-131-1/+1
* SERVER-54945 Make drop database resilient to stepdowns on sharded clusterTommaso Tocci2021-03-221-11/+12
* SERVER-55145 Make dropping a nonexistent database a noopTommaso Tocci2021-03-161-6/+3
* SERVER-54915 Remove the Sharding Routing Info Stability DistLockKaloian Manassiev2021-03-031-7/+0
* SERVER-53092: Ensure FCV stability while executing DDL critical pathsJordi Serra Torrens2021-02-181-2/+7
* SERVER-54283 Move the legacy dropDatabase/Collection path to execute from the...Kaloian Manassiev2021-02-091-16/+1
* SERVER-54283 Make the checks for new sharded DDL code path be uniformKaloian Manassiev2021-02-061-12/+17
* Revert "SERVER-54283 Make the checks for new sharded DDL code path be uniform"Kaloian Manassiev2021-02-051-17/+12
* SERVER-54283 Make the checks for new sharded DDL code path be uniformKaloian Manassiev2021-02-051-12/+17
* SERVER-52811 Implement the new drop database path in _shardsvrDropDatabaseTommaso Tocci2021-01-291-1/+31
* SERVER-54099 Cleanup _shardsvrDropDatabase commandTommaso Tocci2021-01-281-27/+36
* SERVER-53227 Move the DistLockManager to only be available on MongoDKaloian Manassiev2021-01-031-1/+0
* SERVER-52808 Create the _shardsvrDropCollection commandJaume Moragues2020-11-261-3/+0
* SERVER-52810 Create the _shardsvrDropDatabase commandJaume Moragues2020-11-251-0/+107