summaryrefslogtreecommitdiff
path: root/src/mongo/db/s/shardsvr_rename_collection_command.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-67462 Support renaming encrypted collections if client has correct pri...Mark Benvenuto2022-07-071-0/+3
* SERVER-66353 Add concurrency information to OperationContext::setAlwaysInterr...George Wangensteen2022-05-231-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-58893 more commands to skip api version checkAdi Zaimi2021-09-091-0/+5
* SERVER-53066 Remove shardingFullDDLSupport feature guard (part 2)Tommaso Tocci2021-08-021-0/+5
* SERVER-53066 Remove shardingFullDDLSupport feature guardTommaso Tocci2021-08-021-68/+0
* SERVER-58535 _shardsvrRenameCollection should be interrupted on stepdownJordi Serra Torrens2021-07-161-0/+2
* SERVER-57641 Legacy renameCollection may proceed renaming a sharded collectionJordi Serra Torrens2021-06-151-4/+8
* SERVER-56296 Uniform `fromNss == toNss` rename behavior between rs and sharde...Pierlauro Sciarelli2021-05-191-10/+4
* SERVER-55151 Implement rename participant primary only servicePierlauro Sciarelli2021-04-281-1/+11
* SERVER-55898 Implement a serialiser between Sharded DDL and FCV switch betwee...Jordi Serra Torrens2021-04-281-2/+4
* SERVER-39468: Take distLocks on legacy renameCollectionJordi Serra Torrens2021-04-211-0/+10
* SERVER-56021 Support rename between DBs in new DDL pathPierlauro Sciarelli2021-04-141-14/+5
* SERVER-56063 Consolidate the FCV 4.4 <-> 5.0 upgrade checksKaloian Manassiev2021-04-131-1/+1
* SERVER-55974 Check for namespace validity before initializing a rename coordi...Pierlauro Sciarelli2021-04-121-8/+2
* SERVER-55865 Stop checking for DisableIncompleteShardingDDLSupport future fla...Tommaso Tocci2021-04-091-6/+2
* SERVER-55597 Nest rename request parameters in coordinator/participant IDLsPierlauro Sciarelli2021-03-311-2/+2
* SERVER-54605 Make rename collection coordinator resilient to stepdowns (Part 1)Pierlauro Sciarelli2021-03-261-4/+31
* SERVER-54915 Remove the Sharding Routing Info Stability DistLockKaloian Manassiev2021-03-031-7/+0
* SERVER-54488 Rename Collection might take the unsharded path while sharding a...Pierlauro Sciarelli2021-02-191-5/+5
* SERVER-53092: Ensure FCV stability while executing DDL critical pathsJordi Serra Torrens2021-02-181-2/+7
* SERVER-54387 Create renameCollection DDL coordinatorPierlauro Sciarelli2021-02-091-122/+5
* SERVER-54283 Make the checks for new sharded DDL code path be uniformKaloian Manassiev2021-02-061-7/+14
* Revert "SERVER-54283 Make the checks for new sharded DDL code path be uniform"Kaloian Manassiev2021-02-051-14/+7
* SERVER-54283 Make the checks for new sharded DDL code path be uniformKaloian Manassiev2021-02-051-7/+14
* SERVER-52781 Implement the new rename collection path in `_shardsvrRenameColl...Pierlauro Sciarelli2021-02-041-0/+269