summaryrefslogtreecommitdiff
path: root/src/mongo/db/explain.idl
diff options
context:
space:
mode:
authorAdityavardhan Agrawal <adi.agrawal@mongodb.com>2021-08-19 18:30:34 +0000
committerEvergreen Agent <no-reply@evergreen.mongodb.com>2021-08-19 19:20:05 +0000
commita774156ecde60e8122660eb2df39170c973c642c (patch)
treea5823c358bf3756e1f9ed5711ccfbc25b6ae1fe5 /src/mongo/db/explain.idl
parent160bed7da80b40efea2eb14793b28734ec5466b3 (diff)
downloadmongo-a774156ecde60e8122660eb2df39170c973c642c.tar.gz
SERVER-46751 remove useNewUpsert
Diffstat (limited to 'src/mongo/db/explain.idl')
-rw-r--r--src/mongo/db/explain.idl4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/mongo/db/explain.idl b/src/mongo/db/explain.idl
index 9dbbe2ce99d..bf0a2b622ff 100644
--- a/src/mongo/db/explain.idl
+++ b/src/mongo/db/explain.idl
@@ -61,9 +61,5 @@ commands:
type: IDLAnyType
ignore: true
unstable: true
- useNewUpsert:
- type: IDLAnyType
- ignore: true
- unstable: true
# Dummy reply type as we won't use it to parse explain reply.
reply_type: OkReply \ No newline at end of file