summaryrefslogtreecommitdiff
path: root/src/mongo/db/query/ce/stats_cache_loader_impl.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mongo/db/query/ce/stats_cache_loader_impl.cpp')
-rw-r--r--src/mongo/db/query/ce/stats_cache_loader_impl.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mongo/db/query/ce/stats_cache_loader_impl.cpp b/src/mongo/db/query/ce/stats_cache_loader_impl.cpp
index 3253787d0cf..9e30d67de62 100644
--- a/src/mongo/db/query/ce/stats_cache_loader_impl.cpp
+++ b/src/mongo/db/query/ce/stats_cache_loader_impl.cpp
@@ -66,7 +66,7 @@ SemiFuture<CollectionStatistics> StatsCacheLoaderImpl::getStats(OperationContext
histograms.push_back(std::move(document));
}
- // TODO: SERVER-68745, parse histograms BSONs.
+ // TODO: SERVER-69238, parse histograms BSONs.
CollectionStatistics stats{0};
return makeReadyFutureWith([this, stats] { return stats; }).semi();
} catch (const DBException& ex) {