summaryrefslogtreecommitdiff
path: root/src/mongo/s/commands/cluster_db_stats_cmd.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-69036: Avoid intermediate rounding in cluster_db_stats_cmdWill Buerger2022-10-251-8/+8
* SERVER-69981 Pass DatabaseName to checkAuthForOperationSara Golemon2022-09-301-3/+3
* SERVER-68848 explicit IDLParserContext unary ctorBilly Donahue2022-08-161-2/+2
* SERVER-68257 Migrate dbcommands from ErrmsgCommandDeprecatedSara Golemon2022-07-301-42/+54
* SERVER-59189 ensure mongos dbStats can handle large values for scaleBenety Goh2021-08-131-1/+1
* SERVER-43427 Remove TODO listed for SERVER-26110 (closed as Won't Fix)Blake Oler2020-04-201-1/+0
* SERVER-46040 Maintain retry state across stale config retries for sharded dro...Blake Oler2020-04-021-1/+1
* SERVER-45610 Reject commands that read data when node is in RECOVERING stateVesselina Ratcheva2020-02-181-0/+4
* Revert "SERVER-45610 Reject commands that read data when node is in RECOVERIN...Ian Boros2020-02-141-4/+0
* SERVER-45610 Reject commands that read data when node is in RECOVERING stateVesselina Ratcheva2020-02-131-0/+4
* SERVER-43712 mongos use ReadWriteConcernDefaults for WCKevin Pulo2019-11-061-1/+2
* SERVER-16917 Add totalSize field to dbStats and collStatsMaria van Keulen2019-06-281-3/+3
* SERVER-16553 Ensure dbStats adds the scaling factor to its outputGregory Wlodarek2019-05-161-2/+16
* SERVER-39560 - remove leading blank line on all C++ filesBilly Donahue2019-02-131-1/+0
* SERVER-37651 Update header files with new licenseRamon Fernandez2018-10-221-8/+10
* SERVER-36589 Reorganize libraries and fold s/transaction to s/Randolph Tan2018-09-261-1/+1
* SERVER-35710 Remove extentFreeList reporting from the mongos dbStats cmd in c...Dianna Hohensee2018-07-031-15/+0
* SERVER-27664 Use scatterGatherVersionedTargetByRoutingTable instead of passth...Kaloian Manassiev2018-03-051-1/+0
* SERVER-29908 Move some mongos commands to separate .cpp filesKaloian Manassiev2018-03-011-62/+62
* SERVER-33286 Provide service context in Command::secondaryAllowed to allow ge...Henrik Edin2018-02-141-1/+1
* SERVER-33136 const-ify the command auth accessorsBilly Donahue2018-02-061-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-32586 Convert ResolvedView to use ErrorExtraInfoMathias Stearn2018-01-171-2/+2
* SERVER-32646 CommandHelpersBilly Donahue2018-01-161-7/+7
* 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