summaryrefslogtreecommitdiff
path: root/src/mongo/db/ttl_collection_cache.h
diff options
context:
space:
mode:
authorJosef Ahmad <josef.ahmad@mongodb.com>2021-10-25 10:52:16 +0000
committerEvergreen Agent <no-reply@evergreen.mongodb.com>2021-10-25 11:38:11 +0000
commit11e1a414386c0d4c670dfc306b8fdfd52a9e68e0 (patch)
tree8510195e51449a0c6db4ae3ae0419f1afde79e5b /src/mongo/db/ttl_collection_cache.h
parent3b168ad0f99534125d7457aa34a743a3cdce0765 (diff)
downloadmongo-11e1a414386c0d4c670dfc306b8fdfd52a9e68e0.tar.gz
SERVER-60537 Support clustering non-explicitly replicated collections by arbitrary keys
Diffstat (limited to 'src/mongo/db/ttl_collection_cache.h')
-rw-r--r--src/mongo/db/ttl_collection_cache.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mongo/db/ttl_collection_cache.h b/src/mongo/db/ttl_collection_cache.h
index 053b9fc48a2..8c70ce9f8d8 100644
--- a/src/mongo/db/ttl_collection_cache.h
+++ b/src/mongo/db/ttl_collection_cache.h
@@ -48,7 +48,7 @@ class TTLCollectionCache {
public:
static TTLCollectionCache& get(ServiceContext* ctx);
- // Specifies that a collection is clustered by _id and is TTL.
+ // Specifies that a collection is clustered and is TTL.
class ClusteredId : public stdx::monostate {};
// Names an index that is TTL.
using IndexName = std::string;