summaryrefslogtreecommitdiff
path: root/src/mongo/s/commands/cluster_map_reduce_cmd.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-46169 Remove query-related FCV checks left over from 4.4 developmentDavid Storch2020-03-311-5/+5
* SERVER-42677 Remove old MR mongos codeJacob Evans2019-12-171-3/+0
* SERVER-44475 Remove Query KnobJacob Evans2019-12-111-6/+3
* SERVER-44583 M/R Agg: Add explain support for mapReduce commandMihai Andrei2019-11-221-1/+8
* SERVER-42635 Remove test commands guard on new internal agg expressions for M...Ted Tuckman2019-11-181-2/+1
* SERVER-43712 mongos use ReadWriteConcernDefaults for WCKevin Pulo2019-11-061-1/+2
* SERVER-42942 M/R Agg: Implement translation for cluster mapReduce commandNicholas Zolnierz2019-10-081-37/+0
* SERVER-42460 Add feature flag for aggregation map reduceTed Tuckman2019-07-301-0/+6
* SERVER-41938 Refactor mapReduce command in support of alternate execution pathJames Wahlin2019-07-031-672/+11
* SERVER-41071 Replace NULL and 0 with nullptrA. Jesse Jiryu Davis2019-06-141-1/+1
* SERVER-39659 Reformat createShardDatabase to return void and call uasserts on...Jamie Heppenstall2019-06-071-1/+1
* SERVER-41001 mongos map reduce cleaup aborts on first command failureRandolph Tan2019-05-071-8/+9
* SERVER-38326 mongos mapReduce cleanup doesn't obey request's writeConcernRandolph Tan2019-05-021-3/+16
* SERVER-39560 - remove leading blank line on all C++ filesBilly Donahue2019-02-131-1/+0
* SERVER-36644 remove AtomicWord typedefsBilly Donahue2019-01-071-1/+1
* SERVER-36966 Validate ns in cluster mapReduceCharlie Swanson2018-11-051-20/+21
* SERVER-37651 Update header files with new licenseRamon Fernandez2018-10-221-8/+10
* SERVER-37349 Ensure that commands with transactions do not use the VersionMan...Kaloian Manassiev2018-10-131-2/+2
* SERVER-36589 Reorganize libraries and fold s/transaction to s/Randolph Tan2018-09-261-1/+1
* SERVER-34448 Remove autosplitting logic from map-reduce on mongosMatthew Saltz2018-08-091-27/+0
* SERVER-35961 Remove unitialized count variable in MapReduce commandBen Caimano2018-07-051-4/+6
* SERVER-35948 Clean up stale TODO comments in query system code.David Storch2018-07-031-3/+0
* SERVER-33639 Fix UUID inconsistencies in mapReduce on a sharded output collec...jannaerin2018-05-221-17/+64
* SERVER-34628 Really remove appendCommandStatusMathias Stearn2018-05-081-3/+1
* SERVER-34100 - Make the Chunk object not expose implementation details of the...Martin Neupauer2018-04-231-7/+1
* SERVER-34270 Rename CatalogCache::onStaleConfigError() to CatalogCache::onSta...Esha Maharishi2018-04-031-1/+1
* SERVER-34269 Make CachedCollectionRoutingInfo an explicit 'package' of the da...Esha Maharishi2018-04-031-3/+3
* SERVER-34179 refactor isGenericArgumentBilly Donahue2018-04-021-1/+2
* SERVER-33453 - Add timestamp support to the ChunkManagerMartin Neupauer2018-03-271-0/+1
* SERVER-32615 Make most outgoing mongos user commands that can write set impli...Randolph Tan2018-03-071-4/+10
* SERVER-32272 Remove 3.4 to 3.6-specific UUID handlingMaria van Keulen2018-03-011-2/+1
* SERVER-33286 Provide service context in Command::secondaryAllowed to allow ge...Henrik Edin2018-02-141-1/+1
* SERVER-29908 Consolidate some sharding libraries to help break dependency cyclesKaloian Manassiev2018-02-121-1/+0
* SERVER-33136 const-ify the command auth accessorsBilly Donahue2018-02-061-1/+1
* SERVER-18137 Use NamespaceString for fully-qualified ns in shardingKevin Pulo2018-02-011-1/+1
* SERVER-32958 unrevert "SERVER-32958 slaveOk,slaveOverrideOk replacement"Billy Donahue2018-01-311-2/+2
* Revert "SERVER-32958 slaveOk,slaveOverrideOk replacement"Judah Schvimer2018-01-311-2/+2
* SERVER-32958 slaveOk,slaveOverrideOk replacementBilly Donahue2018-01-311-2/+2
* SERVER-32958 Command::help() returns std::stringBilly Donahue2018-01-301-2/+2
* SERVER-32646 CommandHelpersBilly Donahue2018-01-161-5/+6
* SERVER-28992 Get rid of unused code from the write commands testsKaloian Manassiev2017-12-281-3/+4
* SERVER-31629 Replace ErrorCodes::fromInt() with ErrorCodes::Error()Mathias Stearn2017-11-021-1/+1
* SERVER-30669 mapReduce on mongos should pass UUID for sharded output collecti...Esha Maharishi2017-09-121-6/+39
* SERVER-30703 make _configsvrShardCollection return the newly sharded collecti...Esha Maharishi2017-08-171-1/+1
* SERVER-29660 move the logic of the enableSharding into the new _configsvrEnab...Jessica Yu2017-07-221-2/+7
* SERVER-29731 get errmsg out of BasicCommand apiMathias Stearn2017-07-131-7/+7
* SERVER-29731 convert all direct subclasses of Command to BasicCommandMathias Stearn2017-07-131-2/+2
* SERVER-30053 Remove 'opCtx' parameter from Grid::catalogClient()Kaloian Manassiev2017-07-131-4/+3
* SERVER-29776 Add codeName to more command failure pathsMathias Stearn2017-06-281-0/+1
* SERVER-29107 move shardCollection logic into new _configsvrShardCollection co...Esha Maharishi2017-06-211-27/+27