summaryrefslogtreecommitdiff
path: root/src/mongo/db/commands/bulk_write.idl
diff options
context:
space:
mode:
authorHugh Tong <hugh.tong@mongodb.com>2023-03-01 20:20:24 +0000
committerEvergreen Agent <no-reply@evergreen.mongodb.com>2023-03-02 01:30:20 +0000
commit95069850eaaa9a1eacf20d0ac082e4773da97ce3 (patch)
treef71f65afc0038c53dd430a5a0f2e2d7d63f2defa /src/mongo/db/commands/bulk_write.idl
parent7a80f01c3a56292904a87856ea60124beab5c44a (diff)
downloadmongo-95069850eaaa9a1eacf20d0ac082e4773da97ce3.tar.gz
SERVER-73109 Build idl infrastructure to pass context to nss serializers
Diffstat (limited to 'src/mongo/db/commands/bulk_write.idl')
-rw-r--r--src/mongo/db/commands/bulk_write.idl1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mongo/db/commands/bulk_write.idl b/src/mongo/db/commands/bulk_write.idl
index 0e77781f853..6dac11b5fef 100644
--- a/src/mongo/db/commands/bulk_write.idl
+++ b/src/mongo/db/commands/bulk_write.idl
@@ -235,6 +235,7 @@ structs:
BulkWriteCommandReply:
description: "Holds reply information for the 'bulkWrite' command."
strict: true
+ is_command_reply: true
fields:
cursor:
type: BulkWriteCommandResponseCursor