summaryrefslogtreecommitdiff
path: root/src/mongo/db/commands/feature_compatibility_version.idl
diff options
context:
space:
mode:
authorSara Golemon <sara.golemon@mongodb.com>2021-12-30 20:00:33 +0000
committerEvergreen Agent <no-reply@evergreen.mongodb.com>2021-12-30 20:27:32 +0000
commit47d12041be895626acbdee7c6b5ae38594279d7d (patch)
tree9ff30d5ebb2eccb0ea03f5ec42f2ac84d7cecb18 /src/mongo/db/commands/feature_compatibility_version.idl
parent69a2128b5e82896594aebc18643da2089e196220 (diff)
downloadmongo-47d12041be895626acbdee7c6b5ae38594279d7d.tar.gz
SERVER-59813 Simplify ServerParameter construction and add formal readonly parameters
Diffstat (limited to 'src/mongo/db/commands/feature_compatibility_version.idl')
-rw-r--r--src/mongo/db/commands/feature_compatibility_version.idl4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/mongo/db/commands/feature_compatibility_version.idl b/src/mongo/db/commands/feature_compatibility_version.idl
index 881e7a25f73..1161730d965 100644
--- a/src/mongo/db/commands/feature_compatibility_version.idl
+++ b/src/mongo/db/commands/feature_compatibility_version.idl
@@ -32,11 +32,9 @@ global:
server_parameters:
featureCompatibilityVersion:
description: 'Read-only view of current Feature Compatability Version'
- # Actually, never.
- set_at: startup
+ set_at: 'readonly'
cpp_class:
name: FeatureCompatibilityVersionParameter
- override_ctor: true
internalValidateFeaturesAsPrimary:
deprecated_name: "internalValidateFeaturesAsMaster"
description: >