summaryrefslogtreecommitdiff
path: root/src/mongo/db/s/config
diff options
context:
space:
mode:
authorMaria van Keulen <maria@mongodb.com>2018-02-25 14:06:11 -0500
committerMaria van Keulen <maria@mongodb.com>2018-03-01 18:30:42 -0500
commitb7b58a38dd34ac09ed56eb1f306ea6d64f8b2d88 (patch)
tree7531b28cce30cf9f888cb530aeb88ac39e6bcc0c /src/mongo/db/s/config
parent3891613c64a74f058cd23c530c208142287281bc (diff)
downloadmongo-b7b58a38dd34ac09ed56eb1f306ea6d64f8b2d88.tar.gz
SERVER-32272 Remove 3.4 to 3.6-specific UUID handling
Diffstat (limited to 'src/mongo/db/s/config')
-rw-r--r--src/mongo/db/s/config/sharding_catalog_manager.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mongo/db/s/config/sharding_catalog_manager.h b/src/mongo/db/s/config/sharding_catalog_manager.h
index 7acf7ff81a5..786b862f7ee 100644
--- a/src/mongo/db/s/config/sharding_catalog_manager.h
+++ b/src/mongo/db/s/config/sharding_catalog_manager.h
@@ -263,7 +263,7 @@ public:
* Iterates through each entry in config.collections that does not have a UUID, generates a UUID
* for the collection, and updates the entry with the generated UUID.
*
- * Remove after 3.4 -> 3.6 upgrade.
+ * If this function is not necessary for SERVER-33247, it can be removed.
*/
void generateUUIDsForExistingShardedCollections(OperationContext* opCtx);