summaryrefslogtreecommitdiff
path: root/src/mongo/db/coll_mod.idl
diff options
context:
space:
mode:
authorMoustafa Maher <m.maher@10gen.com>2021-01-27 00:11:02 +0000
committerEvergreen Agent <no-reply@evergreen.mongodb.com>2021-02-04 22:34:30 +0000
commit14bf2ee40260afb8657b0c101931025e940384ab (patch)
tree82b6e0996de17c4658b8844f207f0e7134706fcc /src/mongo/db/coll_mod.idl
parent887ac8a4345814e25e34aca5f393f4a02d38cd4c (diff)
downloadmongo-14bf2ee40260afb8657b0c101931025e940384ab.tar.gz
SERVER-53156 Convert collMod command implementation to inherit from IDL-generated base class
Diffstat (limited to 'src/mongo/db/coll_mod.idl')
-rw-r--r--src/mongo/db/coll_mod.idl7
1 files changed, 0 insertions, 7 deletions
diff --git a/src/mongo/db/coll_mod.idl b/src/mongo/db/coll_mod.idl
index 65cc46b0e15..bf3726587ee 100644
--- a/src/mongo/db/coll_mod.idl
+++ b/src/mongo/db/coll_mod.idl
@@ -56,10 +56,6 @@ structs:
description: "The collMod command's reply."
strict: true
fields:
- ok:
- # Used in mongos reply.
- optional: true
- type: safeDouble
expireAfterSeconds_old:
optional: true
type: safeInt
@@ -72,9 +68,6 @@ structs:
hidden_new:
optional: true
type: safeBool
- writeConcernError:
- optional: true
- type: object
commands:
collMod:
description: "Specify collMod Command."