summaryrefslogtreecommitdiff
path: root/src/mongo/db/ops/write_ops.idl
diff options
context:
space:
mode:
authorLucas de Castro Borges <lucas@gnuabordo.com.br>2025-02-11 15:07:35 -0300
committerLucas de Castro Borges <lucas@gnuabordo.com.br>2025-02-11 15:07:35 -0300
commit4cb8841196d0625dfa3825aa326f071cd27c7b8b (patch)
tree1682a647d4463397c119183369ae6f750d5fdcff /src/mongo/db/ops/write_ops.idl
parentaa03c6362cbaa767638e6eed9b031d86dd2643d1 (diff)
parent8f0827553e09872941945a093b647a4211a9db7f (diff)
Update upstream source from tag 'upstream/6.0.0'master
Update to upstream version '6.0.0' with Debian dir 5604a80ec1c96ca76f25f40d78e6ef855abec322
Diffstat (limited to 'src/mongo/db/ops/write_ops.idl')
-rw-r--r--src/mongo/db/ops/write_ops.idl21
1 files changed, 1 insertions, 20 deletions
diff --git a/src/mongo/db/ops/write_ops.idl b/src/mongo/db/ops/write_ops.idl
index e41af05e808..83f9b43359b 100644
--- a/src/mongo/db/ops/write_ops.idl
+++ b/src/mongo/db/ops/write_ops.idl
@@ -149,8 +149,6 @@ structs:
chained_structs:
WriteCommandReplyBase: writeCommandReplyBase
- # IMPORTANT: If any changes are made to the fields here, please update the corresponding size
- # estimation functions in 'write_ops.cpp'.
WriteCommandRequestBase:
description: "Contains basic information included by all write commands"
strict: false
@@ -205,12 +203,6 @@ structs:
type: EncryptionInformation
optional: true
unstable: true
- bypassEmptyTsReplacement:
- description: "Only applicable for inserts and replacement updates. If set to true,
- any empty timestamps (Timestamp(0,0)) in 'documents' or 'u' will not
- be replaced by the current time and instead will be preserved as-is."
- type: optionalBool
- unstable: true
UpdateOpEntry:
description: "Parser for the entries in the 'updates' array of an update command."
@@ -334,8 +326,7 @@ structs:
unstable: true
commands:
- # IMPORTANT: If any changes are made to the fields here, please update the corresponding insert
- # size estimation functions in 'write_ops.cpp'.
+
insert:
description: "Parser for the 'insert' command."
command_name: insert
@@ -358,8 +349,6 @@ commands:
supports_doc_sequence: true
unstable: false
- # IMPORTANT: If any changes are made to the fields here, please update the corresponding update
- # size estimation functions in 'write_ops.cpp'.
update:
description: "Parser for the 'update' command."
command_name: update
@@ -395,8 +384,6 @@ commands:
optional: true
unstable: false
- # IMPORTANT: If any changes are made to the fields here, please update the corresponding delete
- # size estimation functions in 'write_ops.cpp'.
delete:
description: "Parser for the 'delete' command."
command_name: delete
@@ -545,9 +532,3 @@ commands:
type: EncryptionInformation
optional: true
unstable: true
- bypassEmptyTsReplacement:
- description: "Only applicable when 'update' is a replacement update. If set, any
- empty timestamps (Timestamp(0, 0)) in the update will not be replaced
- by the current time and instead will be preserved as-is."
- type: optionalBool
- unstable: true