summaryrefslogtreecommitdiff
path: root/src/mongo/s/query/async_results_merger_test.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-57469 return partial results when a shard times outSteve Tarzia2022-10-271-0/+158
* SERVER-68848 explicit IDLParserContext unary ctorBilly Donahue2022-08-161-1/+1
* SERVER-67824 Rename IDLParserErrorContext to IDLParserContextHugh Tong2022-07-261-1/+1
* SERVER-65257 Expose only the all arguments constructor for 'ResumeTokenData' ...Catalin Sumanaru2022-06-281-4/+5
* SERVER-66431 Replace all usages of ShardType::ConfigNS by kConfigsvrShardsNam...Silvia Surroca2022-06-031-9/+22
* SERVER-65282 Add $_generateV2ResumeTokens parameter to aggregate commandBernard Gorman2022-04-111-1/+4
* SERVER-62710 Ensure that AsyncResultsMerger attempts to kill shard cursors wh...Romans Kasperovics2022-03-151-0/+13
* SERVER-62801 Add change stream event for create operationArun Banala2022-02-221-1/+1
* SERVER-58530 Remove unused code related to nReturnedSoFar()David Storch2022-01-191-83/+54
* SERVER-55015 Replace GetMoreRequest with IDL-generated GetMoreCommandAlya Berciu2021-05-241-3/+3
* SERVER-54975 Rename IDL parser classes to use CommandRequest and CommandReply...Bernard Gorman2021-04-021-4/+4
* SERVER-54603 Improve AggregationRequest validation unit testsMihai Andrei2021-03-111-1/+0
* SERVER-53149 Finish converting getMore to IDL, try 3A. Jesse Jiryu Davis2021-03-101-8/+7
* Revert "SERVER-53149 Finish converting getMore to IDL, try 2"Max Hirschhorn2021-03-091-7/+8
* SERVER-53149 Finish converting getMore to IDL, try 2A. Jesse Jiryu Davis2021-03-081-8/+7
* Revert "SERVER-53149 Finish converting getMore to IDL"Max Hirschhorn2021-03-061-7/+8
* SERVER-53149 Finish converting getMore to IDLA. Jesse Jiryu Davis2021-03-061-8/+7
* SERVER-53149 Specify getMore in IDLA. Jesse Jiryu Davis2021-03-041-1/+4
* SERVER-53060 Remove QueryRequest classRuoxin Xu2021-02-171-1/+1
* SERVER-25497 Fix sharded query path to handle shutdown of the mongos processRuoxin Xu2020-10-151-54/+48
* SERVER-47810 Make $changeStream shard-monitor cursor ineligible to contribute...Bernard Gorman2020-05-221-0/+121
* SERVER-47690 Snapshot reads via mongosA. Jesse Jiryu Davis2020-05-071-33/+50
* SERVER-43361 Remove compatibility with 4.2 sort key formatDavid Storch2020-03-251-37/+34
* SERVER-46219 Unit Tests should log with jsonMark Benvenuto2020-02-251-10/+10
* SERVER-42713 Consistent sort key format for change streams pipelinesJustin Seyster2019-10-291-28/+28
* SERVER-41772 Apply clang-format 7.0.1 to the codebaseclang-format-7.0.12019-07-271-38/+29
* SERVER-38539 Remove $_internalLatestOplogTimestamp and mergeByPBRT from chang...Bernard Gorman2019-06-251-128/+34
* SERVER-39339 Remove `stdx/memory.h`ADAM David Alan Martin2019-06-101-10/+11
* SERVER-39302 Remove all high-water-mark code necessary to support default col...Bernard Gorman2019-03-111-1/+1
* SERVER-39560 - remove leading blank line on all C++ filesBilly Donahue2019-02-131-1/+0
* SERVER-38410 MongoS should fassert instead of failing an invariant when runni...Bernard Gorman2019-02-051-1/+1
* SERVER-38412 Allow resuming from a high-water-mark pseudo resume tokenBernard Gorman2019-01-241-1/+1
* SERVER-38411 Propagate postBatchResumeToken through mongoS to clientBernard Gorman2019-01-091-53/+96
* SERVER-38410 Allow ARM to consume postBatchResumeTokenBernard Gorman2019-01-091-102/+209
* SERVER-37651 Update header files with new licenseRamon Fernandez2018-10-221-8/+10
* SERVER-37016 Don't stash TransactionRouter inside ShardingTaskExecutorRandolph Tan2018-09-211-1/+1
* SERVER-33323 Refactor agg cursor merging on mongosCharlie Swanson2018-08-151-278/+2
* SERVER-33135 Remove metadata accessors from command reply APIsMathias Stearn2018-07-301-1/+1
* SERVER-34798 Remove ServiceContext subclasses and use new ServiceContext in e...Andy Schwerin2018-06-221-6/+2
* SERVER-34204 Always pass non-null opCtx when scheduling getMores in ARMCharlie Swanson2018-04-301-107/+117
* SERVER-33991 Pass txnNumber in getMore requests through mongosJack Mulrow2018-04-231-0/+122
* SERVER-33323 Use the IDL to serialize the ARMCharlie Swanson2018-04-051-285/+373
* Revert "SERVER-33323 Use the IDL to serialize the ARM"William Schultz2018-04-051-373/+285
* SERVER-33323 Use the IDL to serialize the ARMCharlie Swanson2018-04-041-285/+373
* SERVER-29908 Move OpObserver callbacks out of CollectionShardingStateKaloian Manassiev2018-03-071-1/+1
* SERVER-33558 Remove readPreference from AsyncResultsMergerCharlie Swanson2018-03-071-33/+2
* SERVER-24978 Use AsyncResultsMerger in $mergeCursorsCharlie Swanson2018-03-061-1/+67
* SERVER-32395 Make killCursors work against pinned cursors on mongos when auth...Ian Boros2018-02-071-11/+6
* SERVER-32307 Change ARM to kill its cursors unconditionallyIan Boros2018-01-231-33/+79
* SERVER-30834 Unit tests for adding shards in AsyncResultsMerger.Matthew Russotto2017-11-141-0/+146