summaryrefslogtreecommitdiff
path: root/src/mongo/s
diff options
context:
space:
mode:
authorjannaerin <golden.janna@gmail.com>2018-10-25 17:47:55 -0400
committerjannaerin <golden.janna@gmail.com>2018-11-27 14:23:36 -0500
commit120252fcbfc558172d83f129e6350c24d4908451 (patch)
treeceee17d7594fb0f51f7ab62f25619f1ac2ed6db0 /src/mongo/s
parent7e345a77bc19db3779dd57a4f54b9a638471bb26 (diff)
downloadmongo-120252fcbfc558172d83f129e6350c24d4908451.tar.gz
SERVER-37354 Make _shardsvrShardCollection re-entrant
(cherry picked from commit c06cea15dcc13c7e8777be5da229b1423ae7465b)
Diffstat (limited to 'src/mongo/s')
-rw-r--r--src/mongo/s/request_types/shard_collection.idl2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mongo/s/request_types/shard_collection.idl b/src/mongo/s/request_types/shard_collection.idl
index 08b4e2438e0..5a1e9229d38 100644
--- a/src/mongo/s/request_types/shard_collection.idl
+++ b/src/mongo/s/request_types/shard_collection.idl
@@ -161,4 +161,4 @@ structs:
collectionUUID:
type: uuid
description: "The UUID of the collection that just got sharded."
- optional: true
+ optional: true \ No newline at end of file