summaryrefslogtreecommitdiff
path: root/src/mongo/s/cluster_commands_helpers.h
Commit message (Expand)AuthorAgeFilesLines
* SERVER-75356 Fix sharded explain path's handling of 'let' parametersDavid Storch2023-04-131-3/+23
* SERVER-74380 Make the router loop not invariant on unexpected namespacesKaloian Manassiev2023-04-101-4/+5
* SERVER-70382 Replace boost::none index versions with the actual index version...Allison Easton2022-11-231-6/+6
* SERVER-69801 Support sampling aggregate queries on sharded clustersCheahuychou Mao2022-11-111-2/+2
* SERVER-69801 Support sampling find, count and distinct queries on sharded clu...Cheahuychou Mao2022-11-031-1/+6
* SERVER-69721 Serialize and deserialize namespace in cursor reply objects corr...jannaerin2022-10-211-1/+1
* SERVER-67400 Create ShardVersion typeAllison Easton2022-07-291-1/+1
* SERVER-65188: Check shard response ok in SessionsCollectionConfigServernandinibhartiyaMDB2022-05-121-1/+1
* SERVER-6491 Make dropIndexes take the distlock so it can never run in paralle...Randolph Tan2022-04-201-1/+1
* SERVER-64035 Ensure all UNSHARDED code paths include DBVersionKaloian Manassiev2022-03-011-45/+0
* SERVER-63331 Remove useless methods from BatchCommandResponseKaloian Manassiev2022-02-071-1/+0
* SERVER-63364 Use transaction API to handle WCOS errors for findAndModify with...Jack Mulrow2022-02-071-0/+7
* SERVER-59924 Error executing aggregate with $out with "available" read concer...Eric Cox2021-10-081-12/+0
* SERVER-52778 Remove unused 'allowImplictCollectionCreate' from the routerKaloian Manassiev2021-03-041-5/+0
* SERVER-52812 Unify the implicit createDatabase/enableSharding flowKaloian Manassiev2021-02-211-6/+0
* SERVER-53156 Convert collMod command implementation to inherit from IDL-gener...Moustafa Maher2021-02-041-2/+2
* SERVER-52539 Convert createIndexes command to TypedCommandSara Golemon2021-01-251-0/+3
* SERVER-47398 Rename runtime constants to legacyCharlie Swanson2020-12-011-1/+1
* SERVER-50505 Make the CatalogCache return ChunkManager(s) directlyKaloian Manassiev2020-09-011-8/+8
* SERVER-48128 ShardServerProcessInterface should only version internal command...Bernard Gorman2020-07-271-4/+14
* SERVER-46718 Support 'let' parameters for findAndModify in sharded environmentsKatherine Wu2020-06-121-0/+12
* SERVER-46738 Ensure let parameters work for sharded findJacob Evans2020-06-101-1/+1
* SERVER-47426 Remove ClusterExplain::downconvert and other now-unused functionsBlake Oler2020-04-161-8/+0
* SERVER-46443 MongosProcessInterface::fieldsHaveSupportingUniqueIndex should r...Jack Mulrow2020-04-061-0/+10
* SERVER-46040 Maintain retry state across stale config retries for sharded dro...Blake Oler2020-04-021-10/+76
* SERVER-44484 Allow change stream update lookup to retrieve post-image by _idBernard Gorman2020-01-251-0/+12
* SERVER-45102 Sharded listIndexes should always target a shard that owns chunksCheahuychou Mao2019-12-181-0/+14
* SERVER-45103 Sharded index commands shouldn't target primary shard if it does...Cheahuychou Mao2019-12-131-16/+0
* SERVER-44720 Send createIndexes, dropIndexes, and collMod with shard versionsCheahuychou Mao2019-12-041-8/+16
* SERVER-43712 mongos use ReadWriteConcernDefaults for RCKevin Pulo2019-11-291-1/+4
* SERVER-43712 mongos use ReadWriteConcernDefaults for WCKevin Pulo2019-11-061-0/+21
* SERVER-42827 Allow sessions collection to return OK for creating indexes if a...Janna Golden2019-09-121-0/+8
* SERVER-41950 MongoS should attach dbVersion on agg path when collection is un...jannaerin2019-07-171-0/+5
* SERVER-41951 Make the findAndModify path on mongos attach databaseVersion whe...Jason Zhang2019-07-121-0/+5
* SERVER-39339 Remove `stdx/memory.h`ADAM David Alan Martin2019-06-101-1/+1
* SERVER-39659 Reformat createShardDatabase to return void and call uasserts on...Jamie Heppenstall2019-06-071-3/+3
* SERVER-38367 Descriptive error message for the inability to create unique ind...Esha Maharishi2019-05-101-2/+4
* SERVER-38369 Only surface a 'request doesn't allow collection to be created i...Esha Maharishi2019-05-101-1/+1
* SERVER-40784 Change document shard key code should check commitTransaction wr...jannaerin2019-05-011-0/+6
* SERVER-39560 - remove leading blank line on all C++ filesBilly Donahue2019-02-131-1/+0
* SERVER-37651 Update header files with new licenseRamon Fernandez2018-10-221-8/+10
* SERVER-37349 Later statements in a transaction should target shards using the...Jack Mulrow2018-10-191-0/+11
* SERVER-36589 Reorganize libraries and fold s/transaction to s/Randolph Tan2018-09-261-0/+206