summaryrefslogtreecommitdiff
path: root/src/mongo/s/commands/cluster_write_without_shard_key_cmd.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-77197 Change error code to NamespaceNotShardedSanika Phanse2023-05-171-1/+1
* SERVER-76524 Support textScore for findAndModify without shard keyJason Zhang2023-05-091-3/+8
* SERVER-76916 Keep ExtensionsCallbackNoop object in scope while parsing an updateJason Zhang2023-05-081-1/+2
* SERVER-76028 Use only _id to target in _clusterWriteWithoutShardKey except fo...Jason Zhang2023-05-051-19/+104
* SERVER-73087 Add support for deleteOne() without a shard key on a sharded tim...Faustoleyva542023-04-051-1/+5
* SERVER-75473 Disallow document shard key updates outside of a retryable write...Jason Zhang2023-04-041-15/+0
* SERVER-70207 Ensure sharded updates, deletes and findAndModify can run with a...Jason Zhang2023-03-291-0/+9
* SERVER-75257 Include the original query in conjunction with the target docume...Jason Zhang2023-03-271-12/+19
* SERVER-74965 Use legacy WouldChangeOwningShard code for handling WouldChangeO...Jason Zhang2023-03-211-40/+2
* SERVER-71129 Add basic concurrency workload that runs updateOne, deleteOne, f...Jason Zhang2023-03-021-1/+6
* SERVER-73689 Fix shard key update check in update_stage.cpp to exclude _id qu...Jason Zhang2023-02-281-0/+14
* Revert "SERVER-73689 Fix shard key update check in update_stage.cpp to exclud...Uladzimir Makouski2023-02-271-14/+0
* SERVER-73689 Fix shard key update check in update_stage.cpp to exclude _id qu...Jason Zhang2023-02-231-0/+14
* SERVER-73849 Parse update and delete queries into BatchedCommandRequestsJason Zhang2023-02-171-65/+72
* SERVER-73530 TransactionClient API to use DatabaseName objects rather than st...mathisbessamdb2023-02-161-1/+1
* SERVER-70581 Handle WCOS for update and findAndModify if replacement document...Jason Zhang2023-02-151-0/+41
* SERVER-73045 Preserve the original filter in the write phase for updateOne/de...Jason Zhang2023-02-101-8/+49
* SERVER-72451 Explicitly set the status for the no-op BatchedCommandResponseJason Zhang2023-01-031-1/+1
* SERVER-72003 Have clusterWriteWithoutShardKey also return shardId for targete...Jason Zhang2022-12-131-1/+1
* SERVER-70382 Replace boost::none index versions with the actual index version...Allison Easton2022-11-231-6/+3
* SERVER-70918 Change format of shardId in cluster_commands_without_shard_key.idlSanika Phanse2022-10-281-1/+1
* SERVER-70814 Remove const qualifier in _createCmdObj() method signatureSanika Phanse2022-10-251-4/+4
* SERVER-70090 Replace CollectionGeneration with UUID in CollectionIndexesAllison Easton2022-10-241-1/+1
* SERVER-69917 Implement _clusterWriteWithoutShardKey commandSanika Phanse2022-10-181-8/+82
* SERVER-46478 Add opLatencies to mongoS serverStatusKevin Cherkauer2022-09-281-0/+4
* SERVER-69624 Add _clusterWriteWithoutShardKey command stubJason Zhang2022-09-191-0/+98