summaryrefslogtreecommitdiff
path: root/src/mongo/s/commands/cluster_drop_database_cmd.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-28030 Move catalog_cache.h/.cpp to mongo/s/Kaloian Manassiev2017-02-181-1/+1
* SERVER-27526 Remove all non-metadata command usages of DBConfig::isShardingEn...Kaloian Manassiev2016-12-281-6/+3
* SERVER-27419 Move cluster 'drop' command to a separate fileKaloian Manassiev2016-12-161-44/+25
* Revert "SERVER-27419 Move cluster 'drop' command to a separate file"Kaloian Manassiev2016-12-161-23/+44
* SERVER-27419 Move cluster 'drop' command to a separate fileKaloian Manassiev2016-12-151-44/+23
* SERVER-27381 Remove DBConfig::dropDatabaseKaloian Manassiev2016-12-131-42/+134
* SERVER-20224 commands that write support writeConcernJudah Schvimer2016-04-121-0/+4
* SERVER-23024 remove isWriteCommandForConfigServer methodMisha Tyulenev2016-03-151-3/+0
* SERVER-20463 DatabaseNotFound -> NamespaceNotFoundKaloian Manassiev2015-09-221-1/+1
* SERVER-19543 Thread OperationContext through to everywhere that accesses the ...Spencer T Brody2015-08-121-1/+1
* SERVER-19021 Clean up how CatalogManagerLegacy reads some global stateSpencer T Brody2015-06-261-1/+1
* SERVER-18579: Clang-Format - reformat code, no comment reflowMark Benvenuto2015-06-201-64/+62
* SERVER-17307 Replace boost::shared_ptr and friends with std::shared_ptrAndrew Morrow2015-06-101-2/+1
* SERVER-15860 Switch replication metadata ops to be replication-specific, rath...matt dannenberg2015-04-171-2/+1
* SERVER-17723 Sharding catalog cacheKaloian Manassiev2015-04-101-27/+18
* SERVER-17496 Move cluster dropDatabase to separate fileKaloian Manassiev2015-03-231-0/+135