summaryrefslogtreecommitdiff
path: root/src/mongo/s/commands/cluster_list_databases_cmd.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-3181 Add nameOnly option to listDatabasesGeert Bosch2017-03-031-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
* SERVER-22937 Retry operations run through the ShardRegistry wherever possibleSpencer T Brody2016-03-071-1/+1
* SERVER-21193 mongos claims that config db is empty on CSRS clusterRandolph Tan2015-11-111-43/+7
* SERVER-20743 Combine target selection and command execution in ShardRegistry.Andy Schwerin2015-10-061-5/+6
* SERVER-19608 Give runCommand methods on ShardRegistry a txn, unless they only...Spencer T Brody2015-09-021-2/+2
* SERVER-19875 Add OperationContext to CatalogManager::getAllShardsSpencer T Brody2015-08-251-1/+1
* SERVER-19875 Make (almost) all CatalogManager methods take OperationContextSpencer T Brody2015-08-251-2/+2
* SERVER-19543 Thread OperationContext through to everywhere that accesses the ...Spencer T Brody2015-08-121-2/+3
* SERVER-19404 Change a few places to use PrimaryPreferred instead of PrimaryOn...Spencer T Brody2015-07-281-2/+2
* Revert "Revert "SERVER-19111 Move common addShard functionality to CatalogMan...Kaloian Manassiev2015-07-031-1/+1
* Revert "SERVER-19111 Move common addShard functionality to CatalogManager"Kaloian Manassiev2015-07-011-1/+1
* SERVER-19111 Move common addShard functionality to CatalogManagerKaloian Manassiev2015-06-301-1/+1
* SERVER-19004 Get rid of Shard::runCommandKaloian Manassiev2015-06-271-23/+28
* Revert "SERVER-19004 Get rid of Shard::runCommand"Siyuan Zhou2015-06-261-28/+23
* SERVER-19004 Get rid of Shard::runCommandKaloian Manassiev2015-06-261-23/+28
* SERVER-18579: Clang-Format - reformat code, no comment reflowMark Benvenuto2015-06-201-141/+137
* SERVER-18815 Rename shard registry's findIfExists(...) to getShard(...) and a...Daniel Alabi2015-06-181-2/+2
* SERVER-17308 Replace boost::scoped_ptr<T> with std::unique_ptr<T>Andrew Morrow2015-06-101-4/+3
* SERVER-18438/SERVER-18435 Add RemoteCommandTargeter and runner to gridKaloian Manassiev2015-06-091-7/+1
* SERVER-18815 Make Shard object non-copyable. Get rid of Shard::make(...) and ...Daniel Alabi2015-06-091-1/+1
* SERVER-18815 Define ShardId type. Get rid of findIfExists(...) and getAllShar...Daniel Alabi2015-06-051-11/+17
* SERVER-15860 Switch replication metadata ops to be replication-specific, rath...matt dannenberg2015-04-171-2/+1
* SERVER-18064 Move shard.cpp under the sharding client libraryKaloian Manassiev2015-04-151-1/+1
* SERVER-17772 listDatabases command should not use configServer globalDaniel Alabi2015-04-101-10/+13
* SERVER-17496 Move sharding admin commands to individual filesKaloian Manassiev2015-03-101-0/+212