summaryrefslogtreecommitdiff
path: root/src/mongo/db/namespace_string.h
diff options
context:
space:
mode:
authorKaloian Manassiev <kaloian.manassiev@mongodb.com>2016-12-09 17:19:48 -0500
committerKaloian Manassiev <kaloian.manassiev@mongodb.com>2016-12-13 14:40:34 -0500
commitb07f96535de47c2da6700074e79ce0ee6eb1ae21 (patch)
tree51c4b4b03a931b3d2d0310917537a96c36f70779 /src/mongo/db/namespace_string.h
parent898c16aad31369e59e3617a3423a5e38e19eb10b (diff)
downloadmongo-b07f96535de47c2da6700074e79ce0ee6eb1ae21.tar.gz
SERVER-27381 Remove DBConfig::dropDatabase
Diffstat (limited to 'src/mongo/db/namespace_string.h')
-rw-r--r--src/mongo/db/namespace_string.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/mongo/db/namespace_string.h b/src/mongo/db/namespace_string.h
index 8bac89fb362..220c188203c 100644
--- a/src/mongo/db/namespace_string.h
+++ b/src/mongo/db/namespace_string.h
@@ -63,6 +63,9 @@ public:
// Namespace for the local database
static constexpr StringData kLocalDb = "local"_sd;
+ // Namespace for the sharding config database
+ static constexpr StringData kConfigDb = "config"_sd;
+
// Name for the system views collection
static constexpr StringData kSystemDotViewsCollectionName = "system.views"_sd;