summaryrefslogtreecommitdiff
path: root/src/mongo/db/s/shard_collection_legacy.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-58652 Remove legacy ConfigsvrShardCollection commandTommaso Tocci2021-07-271-711/+0
* SERVER-58589 Remove ShardingFullDDLSupportTimestampedVersion featureSergi Mateo Bellido2021-07-261-16/+11
* SERVER-56366 Update FCV constants to recognize 5.1 as latestJon Streets2021-07-231-1/+1
* SERVER-57484 ShardCollectionLegacy should cleanup leftover chunks by ns in 4.9Jordi Serra Torrens2021-06-071-2/+3
* SERVER-56788 Extend the in-memory collection critical section to keep track o...Sergi Mateo Bellido2021-05-161-1/+5
* SERVER-56672 Use catalog to get UUID on new create collection pathMarcos José Grillo Ramirez2021-05-101-9/+5
* SERVER-56259: shardCollection legacy should hold the distlocks while writing ...Jordi Serra Torrens2021-04-231-11/+11
* SERVER-56065 Properly serialise the chunk entries format on transitions betwe...Kaloian Manassiev2021-04-161-15/+13
* 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-72/+39
* SERVER-53412 Remove one missed TODOKaloian Manassiev2021-03-311-1/+2
* SERVER-54918 Hide the `fcvLock` behind a proper FCV set/check interfaceKaloian Manassiev2021-03-261-4/+3
* SERVER-55281 lint for newline violationsBilly Donahue2021-03-251-1/+1
* SERVER-55121 Check db version on shard collection legacy pathMarcos José Grillo Ramirez2021-03-191-4/+13
* SERVER-52778 Mark all places where collections are implicitly created in shar...Kaloian Manassiev2021-03-171-5/+4
* SERVER-52778 Cleanup the legacy shardCollection code pathKaloian Manassiev2021-03-171-55/+29
* SERVER-54755 Wait for majority write concern using repl_client_infoMarcos José Grillo Ramirez2021-02-251-8/+5
* SERVER-54345 Remove shard collection leftover dataMarcos José Grillo Ramirez2021-02-221-8/+40
* SERVER-53092: Ensure FCV stability while executing DDL critical pathsJordi Serra Torrens2021-02-181-3/+0
* SERVER-52779 Added new coordinator to create collection with the new shard co...Marcos José Grillo Ramírez2021-02-051-42/+27
* SERVER-54015 Use catalog cache with a refresh to check if a collection was al...Marcos José Grillo Ramírez2021-01-291-32/+22
* SERVER-53772 Create feature flag for timestamp based collection/database UUIDSergi Mateo Bellido2021-01-191-3/+5
* SERVER-53227 Move the DistLockManager to only be available on MongoDKaloian Manassiev2021-01-031-4/+3
* SERVER-53547 Make use of return values in ShardRegistry APITommaso Tocci2020-12-311-4/+1
* SERVER-52616 Create _shardsvrCreateCollection command and follow current shar...Marcos José Grillo Ramírez2020-12-031-0/+769