summaryrefslogtreecommitdiff
path: root/src/mongo/s/commands/cluster_map_reduce_cmd.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
* SERVER-29566 link cluster_commands_common.cpp into both mongos and mongodJessica Yu2017-06-151-2/+1
* SERVER-29525 filter mongos command requests only where neededMathias Stearn2017-06-131-1/+1
* SERVER-29461 Filter command output to avoid duplicating generic reply fieldsMathias Stearn2017-06-131-1/+1
* SERVER-29260 Make BSONObj argument to Command::run() const&Mathias Stearn2017-05-171-1/+1
* SERVER-29249 Remove Command::_webUi member and constructor argumentMathias Stearn2017-05-171-1/+1
* SERVER-28701 Remove queryOptions argument from Command::run()Mathias Stearn2017-04-121-3/+1
* SERVER-28507 Centralize ignored fields in command implementationsMathias Stearn2017-04-121-3/+3
* SERVER-22611 Sharding catalog cache refactorKaloian Manassiev2017-03-121-168/+160
* Revert "SERVER-22611 Sharding catalog cache refactor"Kaloian Manassiev2017-03-121-160/+168
* SERVER-22611 Sharding catalog cache refactorKaloian Manassiev2017-03-121-168/+160