summaryrefslogtreecommitdiff
path: root/src/mongo/db/storage/durable_catalog_impl.h
diff options
context:
space:
mode:
authorGregory Wlodarek <gregory.wlodarek@mongodb.com>2023-04-12 15:25:14 +0000
committerEvergreen Agent <no-reply@evergreen.mongodb.com>2023-04-18 20:42:57 +0000
commit24c09afa20bb2dd94192182fabaffd09b3a80545 (patch)
treef2b8c8991b339313bcd386bf928f078e8ec6086e /src/mongo/db/storage/durable_catalog_impl.h
parentf05b9ba71ed361a23cc7591f2dbfe5eded30b468 (diff)
downloadmongo-24c09afa20bb2dd94192182fabaffd09b3a80545.tar.gz
SERVER-65974 Replace HistoricalIdentTracker with checkpoint cursors
Diffstat (limited to 'src/mongo/db/storage/durable_catalog_impl.h')
-rw-r--r--src/mongo/db/storage/durable_catalog_impl.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/mongo/db/storage/durable_catalog_impl.h b/src/mongo/db/storage/durable_catalog_impl.h
index 8cd9d32d07e..a11828ac675 100644
--- a/src/mongo/db/storage/durable_catalog_impl.h
+++ b/src/mongo/db/storage/durable_catalog_impl.h
@@ -88,6 +88,10 @@ public:
boost::optional<DurableCatalogEntry> getParsedCatalogEntry(
OperationContext* opCtx, const RecordId& catalogId) const override;
+ DurableCatalogEntry getParsedCatalogEntry(OperationContext* opCtx,
+ const RecordId& catalogId,
+ const BSONObj& obj) const override;
+
std::shared_ptr<BSONCollectionCatalogEntry::MetaData> getMetaData(
OperationContext* opCtx, const RecordId& catalogId) const;
void putMetaData(OperationContext* opCtx,