summaryrefslogtreecommitdiff
path: root/src/mongo/db/ops
diff options
context:
space:
mode:
authorHuayu Ouyang <huayu.ouyang@mongodb.com>2022-01-27 15:36:20 +0000
committerEvergreen Agent <no-reply@evergreen.mongodb.com>2022-01-27 16:55:02 +0000
commit2ea19cc87b051c6d12174b42df41d532b1150ab5 (patch)
treeb5f4255459ab3adc2270cd35384fe3557a314635 /src/mongo/db/ops
parent6b1691fc904044355b3240a04ab62b4addde8aa1 (diff)
downloadmongo-2ea19cc87b051c6d12174b42df41d532b1150ab5.tar.gz
SERVER-63016 Change isTimeseriesNamespace type back to optionalBool
Diffstat (limited to 'src/mongo/db/ops')
-rw-r--r--src/mongo/db/ops/write_ops.idl3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/mongo/db/ops/write_ops.idl b/src/mongo/db/ops/write_ops.idl
index 0a97848cbfe..91c82db928b 100644
--- a/src/mongo/db/ops/write_ops.idl
+++ b/src/mongo/db/ops/write_ops.idl
@@ -176,9 +176,8 @@ structs:
description: "This flag is set to true when the write command was originally sent
to the time-series view, but got rewritten to target time-series
buckets namespace."
- type: bool
+ type: optionalBool
unstable: false
- optional: true
collectionUUID:
description: "The expected UUID of the collection."
type: uuid