summaryrefslogtreecommitdiff
path: root/src/mongo/db/timeseries/bucket_catalog/bucket_catalog.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mongo/db/timeseries/bucket_catalog/bucket_catalog.h')
-rw-r--r--src/mongo/db/timeseries/bucket_catalog/bucket_catalog.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mongo/db/timeseries/bucket_catalog/bucket_catalog.h b/src/mongo/db/timeseries/bucket_catalog/bucket_catalog.h
index 1f14f683b7d..c1b95897ca0 100644
--- a/src/mongo/db/timeseries/bucket_catalog/bucket_catalog.h
+++ b/src/mongo/db/timeseries/bucket_catalog/bucket_catalog.h
@@ -268,7 +268,7 @@ void clear(BucketCatalog& catalog, const NamespaceString& ns);
* Clears the buckets for the given database by removing the bucket from the catalog asynchronously
* through the BucketStateRegistry.
*/
-void clear(BucketCatalog& catalog, StringData dbName);
+void clear(BucketCatalog& catalog, const DatabaseName& dbName);
/**
* Appends the execution stats for the given namespace to the builder.