diff options
author | Huayu Ouyang <huayu.ouyang@mongodb.com> | 2021-04-07 21:17:28 +0000 |
---|---|---|
committer | Evergreen Agent <no-reply@evergreen.mongodb.com> | 2021-04-19 23:44:19 +0000 |
commit | 49d2a22fc712873c26d4daf387b116ea50a1c2c5 (patch) | |
tree | c597bfd34499197659728b3318433377c9bff9f1 /src/mongo/idl | |
parent | 3fa7f2ae9aad0e9754209fcbcc45851b8acc7b40 (diff) | |
download | mongo-49d2a22fc712873c26d4daf387b116ea50a1c2c5.tar.gz |
SERVER-55700 Update kImplicitDefault in WriteConcernOptions
Diffstat (limited to 'src/mongo/idl')
-rw-r--r-- | src/mongo/idl/basic_types.idl | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mongo/idl/basic_types.idl b/src/mongo/idl/basic_types.idl index 1bac48374f5..37a7f86a0d0 100644 --- a/src/mongo/idl/basic_types.idl +++ b/src/mongo/idl/basic_types.idl @@ -254,6 +254,7 @@ enums: implicitDefault: "implicitDefault" customDefault: "customDefault" getLastErrorDefaults: "getLastErrorDefaults" + internalWriteDefault: "internalWriteDefault" CollationCaseFirst: description: Sort order of case differences. |