summaryrefslogtreecommitdiff
path: root/src/mongo/db/commands/list_databases.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-23795 Use storage engine isEmpty instead of storageSize.Michael Cahill2016-07-271-1/+1
* 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