summaryrefslogtreecommitdiff
path: root/src/mongo/db/namespace_string.h
diff options
context:
space:
mode:
authorJack Mulrow <jack.mulrow@mongodb.com>2019-12-17 22:55:38 +0000
committerevergreen <evergreen@mongodb.com>2019-12-17 22:55:38 +0000
commitceeb1a0402e2d0f6f0f55808c16a90e8b30f106c (patch)
tree85ed681451e9abd58212bc22f640415feaa74701 /src/mongo/db/namespace_string.h
parent61241bedf571481a89525ac26d311d3fed4108d6 (diff)
downloadmongo-ceeb1a0402e2d0f6f0f55808c16a90e8b30f106c.tar.gz
SERVER-43720 Make RWCDefaults commands persist the defaults
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 add77a0dfaf..52a0febef7c 100644
--- a/src/mongo/db/namespace_string.h
+++ b/src/mongo/db/namespace_string.h
@@ -107,6 +107,9 @@ public:
// Namespace for pending range deletions.
static const NamespaceString kRangeDeletionNamespace;
+ // Namespace for balancer settings and default read and write concerns.
+ static const NamespaceString kConfigSettingsNamespace;
+
/**
* Constructs an empty NamespaceString.
*/