summaryrefslogtreecommitdiff
path: root/src/mongo/db/s/shardsvr_drop_collection_command.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-70831 Relying on the critical section for dropCollectionSergi Mateo Bellido2023-02-231-2/+8
* SERVER-70382 Replace boost::none index versions with the actual index version...Allison Easton2022-11-231-2/+2
* SERVER-68384 Drain all DDL coordinators before downgrading to FCV 6.0Tommaso Tocci2022-08-091-7/+23
* SERVER-67393 Sharding DDL coordinators implicitely translate to sharded bucke...Tommaso Tocci2022-07-051-8/+2
* 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-62448 Add collectionUUID parameter to drop commandFaustoleyva542022-02-101-0/+2
* SERVER-62609 Represent the w parameter of WriteConcernOptions as a variantMatt Broadstone2022-02-011-5/+2
* SERVER-59126 Delete buckets collection metadata from config servers on time-s...Nikita Lapkov2021-09-201-2/+9
* 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-20/+0
* SERVER-57039 Legacy-path DDL operations are not interrupted on stepdownJordi Serra Torrens2021-05-191-0/+2
* SERVER-55592 Add time-series fields to sharding catalogSergi Mateo Bellido2021-04-271-0/+11
* SERVER-56199 Make collection drop use the proper chunks index on transitions ...Kaloian Manassiev2021-04-211-3/+3
* SERVER-56063 Consolidate the FCV 4.4 <-> 5.0 upgrade checksKaloian Manassiev2021-04-131-1/+1
* SERVER-54918 Pull the metadata format decisions out of InitialSplitPolicyKaloian Manassiev2021-04-071-1/+1
* SERVER-54944 Make drop collection resilient to stepdownsTommaso Tocci2021-03-111-9/+10
* 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-14/+1
* SERVER-54283 Make the checks for new sharded DDL code path be uniformKaloian Manassiev2021-02-061-11/+17
* Revert "SERVER-54283 Make the checks for new sharded DDL code path be uniform"Kaloian Manassiev2021-02-051-17/+11
* SERVER-54283 Make the checks for new sharded DDL code path be uniformKaloian Manassiev2021-02-051-11/+17
* SERVER-52809 Implement the new drop collection path in _shardsvrDropCollectionJaume Moragues2021-01-201-23/+64
* SERVER-53227 Move the DistLockManager to only be available on MongoDKaloian Manassiev2021-01-031-2/+0
* SERVER-52808 Create the _shardsvrDropCollection commandJaume Moragues2020-11-261-0/+97