summaryrefslogtreecommitdiff
path: root/src/mongo/db/namespace_string.h
diff options
context:
space:
mode:
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 5045d925c92..79da7a0f8ae 100644
--- a/src/mongo/db/namespace_string.h
+++ b/src/mongo/db/namespace_string.h
@@ -237,6 +237,9 @@ public:
// Namespace used for storing the list of shards on the CSRS.
static const NamespaceString kConfigsvrShardsNamespace;
+ // Namespace used for storing the list of sharded collections on the CSRS.
+ static const NamespaceString kConfigsvrCollectionsNamespace;
+
// Namespace used for storing the index catalog on the CSRS.
static const NamespaceString kConfigsvrIndexCatalogNamespace;