summaryrefslogtreecommitdiff
path: root/db/memtable.h
diff options
context:
space:
mode:
Diffstat (limited to 'db/memtable.h')
-rw-r--r--db/memtable.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/db/memtable.h b/db/memtable.h
index ca0652bc0..194b4543c 100644
--- a/db/memtable.h
+++ b/db/memtable.h
@@ -210,7 +210,8 @@ class MemTable {
// data, currently only needed for iterators serving user reads.
InternalIterator* NewIterator(
const ReadOptions& read_options,
- UnownedPtr<const SeqnoToTimeMapping> seqno_to_time_mapping, Arena* arena);
+ UnownedPtr<const SeqnoToTimeMapping> seqno_to_time_mapping, Arena* arena,
+ const SliceTransform* prefix_extractor);
// Returns an iterator that yields the range tombstones of the memtable.
// The caller must ensure that the underlying MemTable remains live