summaryrefslogtreecommitdiff
path: root/src/mongo/db/commands
diff options
context:
space:
mode:
authorJack Mulrow <jack.mulrow@mongodb.com>2022-05-27 19:45:51 +0000
committerEvergreen Agent <no-reply@evergreen.mongodb.com>2022-05-27 20:58:40 +0000
commit097483e9f0f9bf9a0083e3930ac4339db512e22a (patch)
tree11d4e9d2837e2f5ad1005e985e523d9fc265bc6b /src/mongo/db/commands
parentc812983558ae5a4543db6b16f26ce1190edfdef7 (diff)
downloadmongo-097483e9f0f9bf9a0083e3930ac4339db512e22a.tar.gz
SERVER-66848 Internal transactions test command API use should use owned BSON
Diffstat (limited to 'src/mongo/db/commands')
-rw-r--r--src/mongo/db/commands/internal_transactions_test_command.idl2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mongo/db/commands/internal_transactions_test_command.idl b/src/mongo/db/commands/internal_transactions_test_command.idl
index 2b78d05fcf7..c0feb59b686 100644
--- a/src/mongo/db/commands/internal_transactions_test_command.idl
+++ b/src/mongo/db/commands/internal_transactions_test_command.idl
@@ -48,7 +48,7 @@ structs:
dbName:
type: string
command:
- type: object
+ type: object_owned
exhaustCursor:
type: bool
optional: true