summaryrefslogtreecommitdiff
path: root/src/mongo/db/commands/list_databases.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-34968 Wrap sizeOnDisk calculation in writeConflictRetry loopMaria van Keulen2018-05-141-1/+3
* SERVER-34628 Really remove appendCommandStatusMathias Stearn2018-05-081-8/+5
* SERVER-34751 Replace getGlobalStorageEngine cals with getStorageEngine.Andy Schwerin2018-05-031-1/+1
* SERVER-33674 Require GlobalLocks with deadlines to specify interrupt behavior...Louis Williams2018-04-301-1/+1
* SERVER-33336 Snapshot reads should not take MODE_IX locks when autocommit=trueTess Avitabile2018-03-021-1/+1
* SERVER-33286 Provide service context in Command::secondaryAllowed to allow ge...Henrik Edin2018-02-141-1/+1
* SERVER-32682 Use deadline-oriented mechanism for lock timeoutXiangyu Yao2018-02-091-1/+1
* SERVER-32682 Change GlobalLock timeout type to MillisecondsXiangyu Yao2018-02-091-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-5/+2
* Revert "SERVER-32958 slaveOk,slaveOverrideOk replacement"Judah Schvimer2018-01-311-2/+5
* SERVER-32958 slaveOk,slaveOverrideOk replacementBilly Donahue2018-01-311-5/+2
* SERVER-32958 Command::help() returns std::stringBilly Donahue2018-01-301-3/+3
* SERVER-32646 CommandHelpersBilly Donahue2018-01-161-6/+6
* SERVER-29909 Remove circular dependency between db_raii and sharding librariesKaloian Manassiev2017-12-161-6/+5
* SERVER-6898 Enable listDatabases for all usersSara Golemon2017-12-051-15/+33
* SERVER-30731 MatchExpressionParser::parse() should require an ExpressionContextTess Avitabile2017-09-291-1/+3
* SERVER-29840 Add allowed features bitmask to MatchExpressionParser::parseTess Avitabile2017-08-251-3/+1
* 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-29587: Partition MatchExpression types into categories, fixes anNick Zolnierz2017-07-071-1/+3
* 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-22541 Refactor RAII locking helpers.Charlie Swanson2017-03-151-4/+2
* SERVER-27938 Rename all OperationContext variables to opCtxMaria van Keulen2017-03-071-7/+7
* SERVER-28049 Apply name-only filters before locking in listDatabasesGeert Bosch2017-02-191-0/+6
* SERVER-3181 Add nameOnly option to listDatabasesGeert Bosch2017-02-191-6/+9
* SERVER-27584 add filter to listDatabases commandDavid Storch2017-01-191-6/+35
* SERVER-25892 Hold global lock while listing databasesGeert Bosch2016-10-061-1/+6
* SERVER-23795 Use storage engine isEmpty instead of storageSize.Michael Cahill2016-06-031-1/+1
* SERVER-23873 Optimize checking for interruptMathias Stearn2016-05-101-0/+1
* SERVER-20224 commands that write support writeConcernJudah Schvimer2016-04-121-0/+3
* SERVER-23024 remove isWriteCommandForConfigServer methodMisha Tyulenev2016-03-151-3/+0
* SERVER-18579: Clang-Format - reformat code, no comment reflowMark Benvenuto2015-06-201-77/+79
* SERVER-15860 Switch replication metadata ops to be replication-specific, rath...matt dannenberg2015-04-171-2/+1
* SERVER-17878 Rename GlobalEnvironmentExperiment to ServiceContext.Andy Schwerin2015-04-031-2/+2
* SERVER-13256 Add usings and qualifications for names from namespace stdAndrew Morrow2015-01-151-0/+5
* SERVER-16192: Add ScopedTransaction to automatically commitAndRestart()Geert Bosch2014-11-211-0/+1
* SERVER-15994 fix listIndexes, listDatabases, and listCollections to require t...matt dannenberg2014-11-171-1/+1
* SERVER-13635: abstract storagesize per db for listDatabasesEliot Horowitz2014-10-111-7/+18
* SERVER-15549 listDatabases command should only list existent databasesKaloian Manassiev2014-10-081-27/+2
* SERVER-14668/SERVER-15294 Collection-level locking for all read pathsKaloian Manassiev2014-10-061-11/+11
* SERVER-14413 access global storage mgr via global environmentHari Khalsa2014-07-211-2/+13
* SERVER-2442: clean up listCollectionsEliot Horowitz2014-07-141-1/+1
* SERVER-14378: move listDatabases to its own fileEliot Horowitz2014-06-301-0/+120