summaryrefslogtreecommitdiff
path: root/src/mongo/db/commands/map_reduce_agg_test.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-44318 M/R Agg: Reject MapReduce commands which would create a new shar...Charlie Swanson2019-12-181-15/+3
* SERVER-45105 Keep allowing scope and finalize to be explicit null in mapReduc...Ted Tuckman2019-12-171-1/+2
* SERVER-42137 Allow aggregation stage to write to a collection that the query...Mihai Andrei2019-11-201-3/+2
* SERVER-42693 Add renameAndPreserveOptions command and allow $out to output to...Ted Tuckman2019-11-151-11/+0
* SERVER-43354 Translate Error Messages For MapReduceMihai Andrei2019-11-061-0/+19
* SERVER-43578 M/R Agg: Reject mapreduce command sent to mongos which is expect...Mihai Andrei2019-11-011-0/+23
* SERVER-44015 MR Agg: Respect limit when no sort is specifiedMihai Andrei2019-10-291-2/+25
* SERVER-43303 Re introduce mapReduce fsm tests in sharded suitesNicholas Zolnierz2019-10-231-1/+1
* SERVER-43267 Fail MapReduce when source collection is the same as destination...Mihai Andrei2019-10-161-0/+32
* SERVER-36723 Push $limit beneath DocumentSourceCursor into the PlanStage layer.David Storch2019-10-101-2/+2
* SERVER-42942 M/R Agg: Implement translation for cluster mapReduce commandNicholas Zolnierz2019-10-081-8/+9
* SERVER-43013 Translate Map Reduce to Agg PipelineJacob Evans2019-09-101-0/+215