summaryrefslogtreecommitdiff
path: root/src/mongo/db/commands/feature_compatibility_version.idl
diff options
context:
space:
mode:
authorHuayu Ouyang <huayu.ouyang@mongodb.com>2020-10-06 15:47:19 +0000
committerEvergreen Agent <no-reply@evergreen.mongodb.com>2020-10-08 21:08:43 +0000
commitc390a3ed067ab283d8d3859b1f60b6fb004e7536 (patch)
treec668eecad4e33d903a8cd1adddab38ebb38157cc /src/mongo/db/commands/feature_compatibility_version.idl
parentecceabf2c79cd9dbbba11705d3d50d99a48f70f5 (diff)
downloadmongo-c390a3ed067ab283d8d3859b1f60b6fb004e7536.tar.gz
SERVER-50421 Alias internalValidateFeaturesAsMaster server parameter
Diffstat (limited to 'src/mongo/db/commands/feature_compatibility_version.idl')
-rw-r--r--src/mongo/db/commands/feature_compatibility_version.idl5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/mongo/db/commands/feature_compatibility_version.idl b/src/mongo/db/commands/feature_compatibility_version.idl
index ca4ff5652a9..881e7a25f73 100644
--- a/src/mongo/db/commands/feature_compatibility_version.idl
+++ b/src/mongo/db/commands/feature_compatibility_version.idl
@@ -37,11 +37,12 @@ server_parameters:
cpp_class:
name: FeatureCompatibilityVersionParameter
override_ctor: true
- internalValidateFeaturesAsMaster:
+ internalValidateFeaturesAsPrimary:
+ deprecated_name: "internalValidateFeaturesAsMaster"
description: >
Startup parameter to ignore featureCompatibilityVersion checks. This parameter cannot be set if
the node is started with --replSet. This should never be set by end users.
set_at: startup
cpp_vartype: bool
- cpp_varname: gInternalValidateFeaturesAsMaster
+ cpp_varname: gInternalValidateFeaturesAsPrimary
default: true