summaryrefslogtreecommitdiff
path: root/src/mongo/db/catalog/collection_impl.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mongo/db/catalog/collection_impl.h')
-rw-r--r--src/mongo/db/catalog/collection_impl.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/mongo/db/catalog/collection_impl.h b/src/mongo/db/catalog/collection_impl.h
index e0fd02ceb44..763fd6aae56 100644
--- a/src/mongo/db/catalog/collection_impl.h
+++ b/src/mongo/db/catalog/collection_impl.h
@@ -321,6 +321,10 @@ public:
bool isTemporary() const final;
+ boost::optional<bool> getTimeseriesBucketsMayHaveMixedSchemaData() const final;
+ void setTimeseriesBucketsMayHaveMixedSchemaData(OperationContext* opCtx,
+ boost::optional<bool> setting) final;
+
/**
* isClustered() relies on the object returned from getClusteredInfo(). If
* ClusteredCollectionInfo exists, the collection is clustered.