summaryrefslogtreecommitdiff
path: root/src/mongo/s/commands/cluster_commands_common.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-29566 link cluster_commands_common.cpp into both mongos and mongodJessica Yu2017-06-151-427/+0
* SERVER-29525 Replace getReadPref with using OpCtx decorationMathias Stearn2017-06-131-5/+0
* SERVER-28814 Replace ServerSelectionMetadata with just ReadPreferenceSettingMathias Stearn2017-05-121-11/+1
* SERVER-28625 replace ClusterAggregate's use of Strategy::commandOp/ShardConne...Esha Maharishi2017-05-021-7/+7
* SERVER-29026 decrease log level in scatterGatherEsha Maharishi2017-05-011-1/+1
* SERVER-28726 make ClusterCountCmd::explain, Strategy::explainFind, and Distin...Esha Maharishi2017-04-191-14/+29
* SERVER-28792 make dropIndexes unversioned againEsha Maharishi2017-04-171-111/+155
* SERVER-28681 make ClusterCountCmd::run use the ARSEsha Maharishi2017-04-141-42/+128
* SERVER-28701 Make mongos translate queryOptions into readPreferenceMathias Stearn2017-04-121-18/+10
* SERVER-28661 make gatherResults() return vector<AsyncRequestsSender::Response...Esha Maharishi2017-04-071-11/+9
* SERVER-28656 consolidate utility functions for forwarding commands to shards ...Esha Maharishi2017-04-061-0/+165
* SERVER-28231 delete Future::spawnCommand/Future::CommandResult interfaceEsha Maharishi2017-04-061-157/+0
* SERVER-22611 Sharding catalog cache refactorKaloian Manassiev2017-03-121-6/+41
* Revert "SERVER-22611 Sharding catalog cache refactor"Kaloian Manassiev2017-03-121-41/+6
* SERVER-22611 Sharding catalog cache refactorKaloian Manassiev2017-03-121-6/+41
* SERVER-27938 Rename all OperationContext variables to opCtxMaria van Keulen2017-03-071-9/+9
* SERVER-28111 Move ParallelSortClusteredCursor to mongo/s/clientKaloian Manassiev2017-02-271-1/+1
* SERVER-28030 Move catalog_cache.h/.cpp to mongo/s/Kaloian Manassiev2017-02-181-1/+1
* SERVER-27382 Remove usages of DBConfig::reload/getChunkManagerOrPrimary from ...Kaloian Manassiev2017-02-061-1/+23
* Revert "SERVER-27382 Remove usages of DBConfig::reload/getChunkManagerOrPrima...Kaloian Manassiev2017-02-031-23/+1
* SERVER-27382 Remove usages of DBConfig::reload/getChunkManagerOrPrimary from ...Kaloian Manassiev2017-02-031-1/+23
* SERVER-27526 Remove all non-metadata command usages of DBConfig::isShardingEn...Kaloian Manassiev2016-12-281-0/+21
* SERVER-27419 Move cluster 'drop' command to a separate fileKaloian Manassiev2016-12-161-2/+0
* Revert "SERVER-27419 Move cluster 'drop' command to a separate file"Kaloian Manassiev2016-12-161-0/+2
* SERVER-27419 Move cluster 'drop' command to a separate fileKaloian Manassiev2016-12-151-2/+0
* SERVER-24991 Redact streaming log messagesDan Pasette2016-07-201-6/+9
* SERVER-23494 Move VersionManager under sharding_clientKaloian Manassiev2016-04-051-1/+1
* SERVER-20758 remove remaining uses of CursorCache and ShardedClientCursorDavid Storch2015-11-111-1/+2
* SERVER-20463 DatabaseNotFound -> NamespaceNotFoundKaloian Manassiev2015-09-221-1/+1
* SERVER-20194 SERVER-18849 add support for querying SCCC mode config servers i...David Storch2015-09-101-71/+0
* Revert "Revert "SERVER-19569 Hook cursor-generating cmds up to ClusterCursorM...Jason Rassi2015-08-291-1/+45
* Revert "SERVER-19569 Hook cursor-generating cmds up to ClusterCursorManager"Jonathan Reams2015-08-281-45/+1
* SERVER-19569 Hook cursor-generating cmds up to ClusterCursorManagerJason Rassi2015-08-281-1/+45
* SERVER-19569 Combine getmore_response.h with cursor_responses.hJason Rassi2015-08-281-1/+1
* SERVER-19543 Thread OperationContext through to everywhere that accesses the ...Spencer T Brody2015-08-121-3/+3
* SERVER-18567 Move Future under the mongos commandsKaloian Manassiev2015-07-161-0/+135
* SERVER-18579: Clang-Format - reformat code, no comment reflowMark Benvenuto2015-06-201-58/+55
* SERVER-18748 Move cursor response management under queryKaloian Manassiev2015-05-311-4/+7
* SERVER-18283 Move sharded aggregation command to separate fileKaloian Manassiev2015-05-041-0/+47
* SERVER-17496 Move cluster count command into a separate fileKaloian Manassiev2015-03-171-0/+64