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.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/mongo/db/namespace_string.h b/src/mongo/db/namespace_string.h
index 619a4e6a592..fc451951373 100644
--- a/src/mongo/db/namespace_string.h
+++ b/src/mongo/db/namespace_string.h
@@ -263,6 +263,11 @@ public:
// Namespace used for storing NamespacePlacementType docs on the CSRS.
static const NamespaceString kConfigsvrPlacementHistoryNamespace;
+ // Namespace value used to identify the "fcv marker entry" of
+ // kConfigsvrPlacementHistoryNamespace collection which marks the start or the end of a FCV
+ // upgrade/downgrade.
+ static const NamespaceString kConfigsvrPlacementHistoryFcvMarkerNamespace;
+
// TODO SERVER-68551: remove once 7.0 becomes last-lts
static const NamespaceString kLockpingsNamespace;