summaryrefslogtreecommitdiff
path: root/src/mongo/db/repl/hello.idl
diff options
context:
space:
mode:
authorMoustafa Maher <m.maher@10gen.com>2021-07-09 19:39:00 +0000
committerEvergreen Agent <no-reply@evergreen.mongodb.com>2021-07-13 19:45:14 +0000
commit3d0ecf68ada8e377c3c0c8c73111d04661265c58 (patch)
tree72c46049087bdaccf4ea9370004ae28b8061fe9a /src/mongo/db/repl/hello.idl
parentdefbe4582778e3da3abdc23c73ef7639543ab380 (diff)
downloadmongo-3d0ecf68ada8e377c3c0c8c73111d04661265c58.tar.gz
SERVER-56845 Fail addShard if DWCF=w:1 and no CWWC is set
Diffstat (limited to 'src/mongo/db/repl/hello.idl')
-rw-r--r--src/mongo/db/repl/hello.idl4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/mongo/db/repl/hello.idl b/src/mongo/db/repl/hello.idl
index 9e6303043e7..03e4457a9f1 100644
--- a/src/mongo/db/repl/hello.idl
+++ b/src/mongo/db/repl/hello.idl
@@ -193,6 +193,10 @@ structs:
lastWrite:
type: HelloLastWrite
optional: true
+ isImplicitDefaultMajorityWC:
+ # Only populated on shard server.
+ type: bool
+ optional: true
commands:
hello: