summaryrefslogtreecommitdiff
path: root/src/mongo/s/commands/cluster_list_databases_cmd.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-68246 rewrite calls to boost::optional get and is_initializedBilly Donahue2022-07-271-2/+2
* SERVER-67912 Reduce set of non-causally consistent API of the ShardRegistryTommaso Tocci2022-07-111-3/+3
* SERVER-52554 Convert ListDatabases to TypedCommandSara Golemon2021-01-141-137/+118
* SERVER-53547 Make use of return values in ShardRegistry APITommaso Tocci2020-12-311-2/+1
* SERVER-51070 Move the ConfigServer ShardId constant to be under ShardIdKaloian Manassiev2020-12-031-1/+1
* SERVER-52544 Update IDL for listDatabases4.4A. Jesse Jiryu Davis2020-11-251-30/+28
* SERVER-49065 Mark API Version 1 commandsPV992020-07-281-0/+4
* 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/+3
* SERVER-39560 - remove leading blank line on all C++ filesBilly Donahue2019-02-131-1/+0
* SERVER-39150 markKillOnClientDisconnectJason Carey2019-02-101-0/+2
* SERVER-38293 make listDatabases understand collection privilegesIsabella Siu2018-12-061-3/+1
* SERVER-37651 Update header files with new licenseRamon Fernandez2018-10-221-8/+10
* SERVER-37551 Add authorizedDatabases param to listDatabases commandSara Golemon2018-10-111-9/+20
* SERVER-37526 IDLify listDatabases commandr4.1.4Sara Golemon2018-10-111-1/+5
* SERVER-18084 Get rid of direct references to 'grid'Kaloian Manassiev2018-05-071-2/+4
* SERVER-33797: Reload ShardRegistry on shard collection commandMatthew Saltz2018-03-291-1/+1
* 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-29908 Move sharding_task_executor under mongo/sKaloian Manassiev2018-02-021-27/+18
* SERVER-32958 unrevert "SERVER-32958 slaveOk,slaveOverrideOk replacement"Billy Donahue2018-01-311-6/+2
* Revert "SERVER-32958 slaveOk,slaveOverrideOk replacement"Judah Schvimer2018-01-311-2/+6
* SERVER-32958 slaveOk,slaveOverrideOk replacementBilly Donahue2018-01-311-6/+2
* SERVER-32958 Command::help() returns std::stringBilly Donahue2018-01-301-2/+2
* SERVER-32646 CommandHelpersBilly Donahue2018-01-161-1/+1
* SERVER-32365 Move the logic of the dropDatabase command into the new _configs...Kaitlin Mahar2018-01-151-6/+6
* SERVER-6898 Enable listDatabases for all usersSara Golemon2017-12-051-15/+35
* SERVER-29027 Allow collections in the config db to be shardedsamantharitter2017-09-281-46/+44
* SERVER-29731 get errmsg out of BasicCommand apiMathias Stearn2017-07-131-1/+0
* 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-1/+1
* SERVER-29525 filter mongos command requests only where neededMathias Stearn2017-06-131-5/+6
* 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-1/+0
* SERVER-27938 Rename all OperationContext variables to opCtxMaria van Keulen2017-03-071-5/+5
* SERVER-3181 Add nameOnly option to listDatabasesGeert Bosch2017-02-191-3/+10
* SERVER-27584 add filter to listDatabases commandDavid Storch2017-01-191-9/+19
* SERVER-25832 Rename Shard::runCommand to Shard::runCommandWithFixedRetryAttemptsSpencer T Brody2016-08-291-6/+6
* Revert "SERVER-25832 Rename Shard::runCommand to Shard::runCommandWithFixedRe...Dan Pasette2016-08-261-6/+6
* SERVER-25832 Rename Shard::runCommand to Shard::runCommandWithFixedRetryAttemptsSpencer T Brody2016-08-261-6/+6
* SERVER-23996 ShardRegistry::getShard should return a StatusWith<shared_ptr<Sh...Misha Tyulenev2016-08-251-2/+3
* SERVER-23891 implement ShardId classMisha Tyulenev2016-06-151-1/+1
* SERVER-24323 Rename CatalogManager to ShardingCatalogClientSpencer T Brody2016-06-131-3/+3
* SERVER-24029 SERVER-24030 Fix hidden variables caught by coveritySpencer T Brody2016-05-091-3/+3
* SERVER-23211 Remove all callers of ShardRegistry::runIdempotentCommandOnShardSpencer T Brody2016-05-021-6/+8
* SERVER-20224 commands that write support writeConcernJudah Schvimer2016-04-121-0/+4
* SERVER-23024 remove isWriteCommandForConfigServer methodMisha Tyulenev2016-03-151-3/+0