summaryrefslogtreecommitdiff
path: root/src/mongo/s/commands/cluster_db_stats_cmd.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-37651 Update header files with new licenseRamon Fernandez2018-10-171-8/+10
* SERVER-30025 for sharded read with empty query, target only shards that own d...Esha Maharishi2017-09-261-8/+7
* SERVER-28875 make the ARS take a RetryPolicyEsha Maharishi2017-09-131-0/+1
* 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-19318 Allow $currentOp aggregations to be run on mongoSBernard Gorman2017-06-161-1/+3
* SERVER-29566 link cluster_commands_common.cpp into both mongos and mongodJessica Yu2017-06-151-1/+1
* SERVER-29525 filter mongos command requests only where neededMathias Stearn2017-06-131-2/+5
* SERVER-29525 Replace getReadPref with using OpCtx decorationMathias Stearn2017-06-131-2/+2
* 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-28726 make ClusterCountCmd::explain, Strategy::explainFind, and Distin...Esha Maharishi2017-04-191-1/+2
* SERVER-28792 make dropIndexes unversioned againEsha Maharishi2017-04-171-15/+4
* SERVER-28681 make ClusterCountCmd::run use the ARSEsha Maharishi2017-04-141-1/+2
* SERVER-28701 Remove queryOptions argument from Command::run()Mathias Stearn2017-04-121-1/+0
* SERVER-28701 Make mongos translate queryOptions into readPreferenceMathias Stearn2017-04-121-2/+1
* SERVER-28661 make gatherResults() return vector<AsyncRequestsSender::Response...Esha Maharishi2017-04-071-9/+19
* SERVER-28656 consolidate utility functions for forwarding commands to shards ...Esha Maharishi2017-04-061-12/+3
* SERVER-28165 make RunOnAllShardsCommand use ARS instead of Future::spawnCommandEsha Maharishi2017-04-061-4/+41
* SERVER-25948 dbStats should indicate number of viewsJames Wahlin2016-09-161-2/+1
* SERVER-20224 commands that write support writeConcernJudah Schvimer2016-04-121-0/+4
* SERVER-18978: Clang-Format - Fix comment word wrapping indentationMark Benvenuto2015-06-201-1/+2
* SERVER-18579: Clang-Format - reformat code, no comment reflowMark Benvenuto2015-06-201-66/+64
* SERVER-18062 Implicitly create database for createIndexesKaloian Manassiev2015-06-191-0/+108