summaryrefslogtreecommitdiff
path: root/src/mongo/db/s/collmod_coordinator_document.idl
diff options
context:
space:
mode:
authorMarcos José Grillo Ramirez <marcos.grillo@mongodb.com>2022-01-17 17:29:25 +0000
committerEvergreen Agent <no-reply@evergreen.mongodb.com>2022-01-17 17:56:29 +0000
commit59d341f677f355939c6f4e8e9934ea1de700c1f7 (patch)
tree05edd31a2719ded622040f1c589edc16d1e2b36e /src/mongo/db/s/collmod_coordinator_document.idl
parent0be3003a1d0eadeddc6136f4186820341051728e (diff)
downloadmongo-59d341f677f355939c6f4e8e9934ea1de700c1f7.tar.gz
SERVER-61760 Stop migrations in sharded collections before executing a collMod command
Diffstat (limited to 'src/mongo/db/s/collmod_coordinator_document.idl')
-rw-r--r--src/mongo/db/s/collmod_coordinator_document.idl4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/mongo/db/s/collmod_coordinator_document.idl b/src/mongo/db/s/collmod_coordinator_document.idl
index 8ff37dc6308..9c0aaacbf98 100644
--- a/src/mongo/db/s/collmod_coordinator_document.idl
+++ b/src/mongo/db/s/collmod_coordinator_document.idl
@@ -61,3 +61,7 @@ structs:
collModRequest:
type: CollModRequest
description: "Initial collMod request."
+ collUUID:
+ type: uuid
+ description: "Collection uuid."
+ optional: true