summaryrefslogtreecommitdiff
path: root/src/mongo/db/storage/ephemeral_for_test/ephemeral_for_test_kv_engine.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mongo/db/storage/ephemeral_for_test/ephemeral_for_test_kv_engine.h')
-rw-r--r--src/mongo/db/storage/ephemeral_for_test/ephemeral_for_test_kv_engine.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/mongo/db/storage/ephemeral_for_test/ephemeral_for_test_kv_engine.h b/src/mongo/db/storage/ephemeral_for_test/ephemeral_for_test_kv_engine.h
index 0b6c9560c10..11b88951580 100644
--- a/src/mongo/db/storage/ephemeral_for_test/ephemeral_for_test_kv_engine.h
+++ b/src/mongo/db/storage/ephemeral_for_test/ephemeral_for_test_kv_engine.h
@@ -86,6 +86,12 @@ public:
virtual std::unique_ptr<mongo::SortedDataInterface> getSortedDataInterface(
OperationContext* opCtx,
+ KeyFormat rsKeyFormat,
+ StringData ident,
+ const IndexDescriptor* desc);
+
+ virtual std::unique_ptr<mongo::SortedDataInterface> getSortedDataInterface(
+ OperationContext* opCtx,
const CollectionOptions& collOptions,
StringData ident,
const IndexDescriptor* desc);