diff options
Diffstat (limited to 'src/mongo/db/ops/write_ops.idl')
| -rw-r--r-- | src/mongo/db/ops/write_ops.idl | 21 |
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 |
