summaryrefslogtreecommitdiff
path: root/src/mongo/db/commands/SConscript
diff options
context:
space:
mode:
authorMarcos Jose Grillo Ramirez <marcos.grillo@mongodb.com>2022-03-18 10:51:00 +0000
committerEvergreen Agent <no-reply@evergreen.mongodb.com>2022-03-18 11:43:05 +0000
commitb1dc7f546a006efa5edf063286e4368ca603fe48 (patch)
tree43624a20b5d81f23a1936bec88a91ce388992dd8 /src/mongo/db/commands/SConscript
parentebb1f3900176b9df1f3c20646f349c9785914c43 (diff)
downloadmongo-b1dc7f546a006efa5edf063286e4368ca603fe48.tar.gz
SERVER-62265 Add setClusterParameter command to mongos
Diffstat (limited to 'src/mongo/db/commands/SConscript')
-rw-r--r--src/mongo/db/commands/SConscript1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mongo/db/commands/SConscript b/src/mongo/db/commands/SConscript
index aca30381f2b..3c6fee64ed5 100644
--- a/src/mongo/db/commands/SConscript
+++ b/src/mongo/db/commands/SConscript
@@ -552,6 +552,7 @@ env.Library(
"resize_oplog.cpp",
"resize_oplog.idl",
'rwc_defaults_commands.cpp',
+ 'set_cluster_parameter_command.cpp',
"set_feature_compatibility_version_command.cpp",
"set_index_commit_quorum_command.cpp",
"shutdown_d.cpp",