summaryrefslogtreecommitdiff
path: root/src/mongo/s/commands/cluster_count_cmd.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-45253 Throw errors on invalid options for sharded cluster count commandKatherine Wu2020-01-171-63/+16
* SERVER-45098 test that RWC defaults are correctly applied to commandsKevin Pulo2020-01-161-10/+10
* SERVER-43712 mongos use ReadWriteConcernDefaults for RCKevin Pulo2019-11-291-2/+1
* SERVER-44470 Parse aggregation commands earlier, and rationalize aggregation ...Kevin Pulo2019-11-261-0/+6
* SERVER-41772 Apply clang-format 7.0.1 to the codebaseclang-format-7.0.12019-07-271-1/+5
* SERVER-40253 Implement count command in IDLTed Tuckman2019-04-251-7/+11
* SERVER-39560 - remove leading blank line on all C++ filesBilly Donahue2019-02-131-1/+0
* SERVER-39150 markKillOnClientDisconnectJason Carey2019-02-101-0/+1
* SERVER-37836 re-evaluate authorization for originating command in getMoreIsabella Siu2019-02-081-0/+3
* 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-36047: Enforce existence of unique index containing fields of $out uni...Nick Zolnierz2018-09-211-18/+10
* SERVER-33323 New cluster_aggregate libraryCharlie Swanson2018-08-201-1/+1
* SERVER-36020 Redesign CursorResponseBuilder to allow usage of DocumentSequenceGregory Noma2018-07-241-3/+5
* SERVER-34628 Really remove appendCommandStatusMathias Stearn2018-05-081-15/+6
* SERVER-30375 Make 'renameCollection' attach databaseVersion and shardVersion=...Kaloian Manassiev2018-03-211-0/+2
* SERVER-33065 CommandReplyBuilder and CommandInvocationBilly Donahue2018-03-061-2/+3
* SERVER-27664 Use scatterGatherVersionedTargetByRoutingTable instead of passth...Kaloian Manassiev2018-03-051-2/+6
* Revert "SERVER-33065 CommandReplyBuilder and CommandInvocation"Nick Zolnierz2018-03-051-3/+2
* SERVER-33065 CommandReplyBuilder and CommandInvocationBilly Donahue2018-03-021-2/+3
* 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-32617 Fix code that reconstructs status with just code and stringMathias Stearn2018-01-171-4/+2
* SERVER-32586 Convert ResolvedView to use ErrorExtraInfoMathias Stearn2018-01-171-57/+28
* SERVER-32646 CommandHelpersBilly Donahue2018-01-161-8/+8
* SERVER-30025 for sharded read with empty query, target only shards that own d...Esha Maharishi2017-09-261-24/+20
* SERVER-31159 Make count command support UUIDsGeert Bosch2017-09-211-2/+2
* SERVER-28875 make the ARS take a RetryPolicyEsha Maharishi2017-09-131-0/+2
* SERVER-18940 Optimise sharded aggregations that are targeted to a single shardBernard Gorman2017-08-021-0/+2
* 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-29731 Unify logic around directly invoking a commandMathias Stearn2017-07-131-4/+3
* SERVER-19318 Allow $currentOp aggregations to be run on mongoSBernard Gorman2017-06-161-16/+20
* SERVER-29566 link cluster_commands_common.cpp into both mongos and mongodJessica Yu2017-06-151-1/+1
* 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-28814 eliminate unnecessary includes of server_selection_metadata.hMathias Stearn2017-05-121-1/+0
* SERVER-28814 Attach ServerSelectionMetadata to OpCtx in mongosMathias Stearn2017-05-121-1/+0
* SERVER-28814 Clean up ClusterExplain::wrapAsExplain()Mathias Stearn2017-05-121-4/+3
* SERVER-28726 make ClusterCountCmd::explain, Strategy::explainFind, and Distin...Esha Maharishi2017-04-191-18/+31
* SERVER-28792 make dropIndexes unversioned againEsha Maharishi2017-04-171-46/+39
* SERVER-28681 make ClusterCountCmd::run use the ARSEsha Maharishi2017-04-141-20/+53
* SERVER-28701 Remove queryOptions argument from Command::run()Mathias Stearn2017-04-121-12/+4
* SERVER-28310 fix mongos count command error reporting to include details in e...David Storch2017-03-221-10/+8
* SERVER-19758 add support for "executionStats" and "allPlansExecution" to agg ...David Storch2017-03-131-17/+24
* SERVER-22611 Sharding catalog cache refactorKaloian Manassiev2017-03-121-65/+59