summaryrefslogtreecommitdiff
path: root/src/mongo/s/catalog
diff options
context:
space:
mode:
authorJack Mulrow <jack.mulrow@mongodb.com>2020-03-03 17:16:57 -0500
committerEvergreen Agent <no-reply@evergreen.mongodb.com>2020-03-11 18:28:55 +0000
commitfd2016f77b3ef55d6bb63e83110bde456d693883 (patch)
treeabdb9ea075e275537dc452663c559fd6609d2e8d /src/mongo/s/catalog
parentcfc7b0f2cc4a3aeecfc4552f52be96475d39088c (diff)
downloadmongo-fd2016f77b3ef55d6bb63e83110bde456d693883.tar.gz
SERVER-46371 Don't assume epoch change implies drop/create in logging, error messages, and comments
Diffstat (limited to 'src/mongo/s/catalog')
-rw-r--r--src/mongo/s/catalog/type_shard_collection.idl2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mongo/s/catalog/type_shard_collection.idl b/src/mongo/s/catalog/type_shard_collection.idl
index fadbebe7d4d..4a9cd625121 100644
--- a/src/mongo/s/catalog/type_shard_collection.idl
+++ b/src/mongo/s/catalog/type_shard_collection.idl
@@ -75,7 +75,7 @@ structs:
epoch:
type: objectid
description: "Uniquely identifies this instance of the collection, in case of
- drop/create."
+ drop/create or shard key refine."
optional: false
key:
cpp_name: keyPattern