summaryrefslogtreecommitdiff
path: root/src/mongo/db/namespace_string.h
diff options
context:
space:
mode:
authorKaloian Manassiev <kaloian.manassiev@mongodb.com>2017-10-19 16:25:53 -0400
committerKaloian Manassiev <kaloian.manassiev@mongodb.com>2017-10-20 15:46:57 -0400
commit3460736fecf346046fd7acd226efb8c60cd05fe0 (patch)
treee50b60421921d07deb5188ed15a36e18776d1dc1 /src/mongo/db/namespace_string.h
parentcb72da029c5ed5605977483524f803775e3b8953 (diff)
downloadmongo-3460736fecf346046fd7acd226efb8c60cd05fe0.tar.gz
SERVER-31644 Rename the per-shard filtering information cache collections to be prefixed with `config.cache`
Diffstat (limited to 'src/mongo/db/namespace_string.h')
-rw-r--r--src/mongo/db/namespace_string.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/mongo/db/namespace_string.h b/src/mongo/db/namespace_string.h
index 2fc6884b455..1f8a1187857 100644
--- a/src/mongo/db/namespace_string.h
+++ b/src/mongo/db/namespace_string.h
@@ -65,7 +65,8 @@ public:
// Name for a shard's collections metadata collection, each document of which indicates the
// state of a specific collection.
- static constexpr StringData kShardConfigCollectionsCollectionName = "config.collections"_sd;
+ static constexpr StringData kShardConfigCollectionsCollectionName =
+ "config.cache.collections"_sd;
// Namespace for storing configuration data, which needs to be replicated if the server is
// running as a replica set. Documents in this collection should represent some configuration