summaryrefslogtreecommitdiff
path: root/src/mongo/db/commands
diff options
context:
space:
mode:
authorShin Yee Tan <shinyee.tan@mongodb.com>2022-08-18 18:25:26 +0000
committerEvergreen Agent <no-reply@evergreen.mongodb.com>2022-08-18 19:50:17 +0000
commit44c6926a700486de3c5f2c320f1d92c8c2cdbff9 (patch)
tree3671cdf6c6dd924050cc71bdb02854b309eb552d /src/mongo/db/commands
parent9cc77fd670ef6cc1fadd5cd988bb5bfe7cfc0bc9 (diff)
downloadmongo-44c6926a700486de3c5f2c320f1d92c8c2cdbff9.tar.gz
SERVER-65030 make replSetResizeOplog and setIndexCommitQuorum
commands strict true
Diffstat (limited to 'src/mongo/db/commands')
-rw-r--r--src/mongo/db/commands/resize_oplog.idl2
-rw-r--r--src/mongo/db/commands/set_index_commit_quorum.idl2
2 files changed, 2 insertions, 2 deletions
diff --git a/src/mongo/db/commands/resize_oplog.idl b/src/mongo/db/commands/resize_oplog.idl
index 64fed9ee167..b57c6e18a74 100644
--- a/src/mongo/db/commands/resize_oplog.idl
+++ b/src/mongo/db/commands/resize_oplog.idl
@@ -37,7 +37,7 @@ commands:
description: "Parser for the 'replSetResizeOplog' command."
command_name: replSetResizeOplog
cpp_name: ReplSetResizeOplogRequest
- strict: false
+ strict: true
namespace: type
api_version: ""
type: safeInt64
diff --git a/src/mongo/db/commands/set_index_commit_quorum.idl b/src/mongo/db/commands/set_index_commit_quorum.idl
index 960a6847791..4773dafcf9b 100644
--- a/src/mongo/db/commands/set_index_commit_quorum.idl
+++ b/src/mongo/db/commands/set_index_commit_quorum.idl
@@ -42,7 +42,7 @@ commands:
command_name: setIndexCommitQuorum
cpp_name: SetIndexCommitQuorum
description: "Resets the commitQuorum for an index build."
- strict: false
+ strict: true
namespace: concatenate_with_db
api_version: ""
fields: