summaryrefslogtreecommitdiff
path: root/src/mongo/db/commands/set_cluster_parameter_invocation.h
diff options
context:
space:
mode:
authorGabriel Marks <gabriel.marks@mongodb.com>2023-01-06 04:08:54 +0000
committerEvergreen Agent <no-reply@evergreen.mongodb.com>2023-01-06 05:31:50 +0000
commit841de0c1431530903cac29bab34bebfd65f6284d (patch)
tree0d040bd9fd1db807a108db1fc9b2bce3ded67e5a /src/mongo/db/commands/set_cluster_parameter_invocation.h
parentb0519ff5420d7a56568b83d7b4de21be191b475c (diff)
downloadmongo-841de0c1431530903cac29bab34bebfd65f6284d.tar.gz
SERVER-72220 Separate set from validate for cluster parameters
Diffstat (limited to 'src/mongo/db/commands/set_cluster_parameter_invocation.h')
-rw-r--r--src/mongo/db/commands/set_cluster_parameter_invocation.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/mongo/db/commands/set_cluster_parameter_invocation.h b/src/mongo/db/commands/set_cluster_parameter_invocation.h
index c712669a272..d44de4274b2 100644
--- a/src/mongo/db/commands/set_cluster_parameter_invocation.h
+++ b/src/mongo/db/commands/set_cluster_parameter_invocation.h
@@ -89,7 +89,8 @@ public:
const boost::optional<Timestamp>& paramTime,
ServerParameter* sp,
StringData parameterName,
- const boost::optional<TenantId>& tenantId);
+ const boost::optional<TenantId>& tenantId,
+ bool skipValidation);
private:
std::unique_ptr<ServerParameterService> _sps;