Forgot to change interface everywhere
Summary: Changed the name and interface for creating HashSkipListRep. Forgot to change it in db_test. Test Plan: make db_test Reviewers: haobo Reviewed By: haobo Differential Revision: https://reviews.facebook.net/D13965
This commit is contained in:
parent
8b3379dc0a
commit
dd218bbc88
@ -4714,8 +4714,8 @@ TEST(DBTest, PrefixScan) {
|
||||
options.create_if_missing = true;
|
||||
options.disable_seek_compaction = true;
|
||||
if (it == 0) {
|
||||
options.memtable_factory = std::make_shared<PrefixHashRepNoLockFactory>(
|
||||
prefix_extractor);
|
||||
options.memtable_factory.reset(NewHashSkipListRepFactory(
|
||||
prefix_extractor));
|
||||
} else {
|
||||
options.memtable_factory = std::make_shared<PrefixHashRepFactory>(
|
||||
prefix_extractor);
|
||||
|
Loading…
x
Reference in New Issue
Block a user