diff options
author | Mindaugas Malinauskas <mindaugas.malinauskas@mongodb.com> | 2022-08-29 16:11:33 +0100 |
---|---|---|
committer | Evergreen Agent <no-reply@evergreen.mongodb.com> | 2022-09-14 15:06:34 +0000 |
commit | aa15763f05f85402aebd6c1b5ed30ec3184cbb86 (patch) | |
tree | 78cb0242fd97047b04de62d1854b251ffaed3edb /src/mongo/db/coll_mod.idl | |
parent | 095cfdb2bd20b10d0a20ef876029120b69971368 (diff) | |
download | mongo-aa15763f05f85402aebd6c1b5ed30ec3184cbb86.tar.gz |
SERVER-60919 Remove oplog based change stream pre-image storage
Diffstat (limited to 'src/mongo/db/coll_mod.idl')
-rw-r--r-- | src/mongo/db/coll_mod.idl | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/src/mongo/db/coll_mod.idl b/src/mongo/db/coll_mod.idl index 5e6fa56af42..83ecc09d218 100644 --- a/src/mongo/db/coll_mod.idl +++ b/src/mongo/db/coll_mod.idl @@ -153,12 +153,6 @@ structs: type: array<object> optional: true stability: stable - recordPreImages: - description: "Sets whether updates/deletes should store the pre-image of the - document in the oplog" - optional: true - type: safeBool - stability: unstable changeStreamPreAndPostImages: description: "The options for point-in-time pre- and post-images in change streams opened on this collection." type: ChangeStreamPreAndPostImagesOptions |