summaryrefslogtreecommitdiff
path: root/src/mongo/db/timeseries/bucket_catalog.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mongo/db/timeseries/bucket_catalog.h')
-rw-r--r--src/mongo/db/timeseries/bucket_catalog.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mongo/db/timeseries/bucket_catalog.h b/src/mongo/db/timeseries/bucket_catalog.h
index 9807cdea1a1..eeef9b30c11 100644
--- a/src/mongo/db/timeseries/bucket_catalog.h
+++ b/src/mongo/db/timeseries/bucket_catalog.h
@@ -461,7 +461,7 @@ private:
const CreationInfo& info);
std::shared_ptr<ExecutionStats> _getExecutionStats(const NamespaceString& ns);
- const std::shared_ptr<ExecutionStats> _getExecutionStats(const NamespaceString& ns) const;
+ std::shared_ptr<ExecutionStats> _getExecutionStats(const NamespaceString& ns) const;
/**
* Retreives the bucket state if it is tracked in the catalog.