提交 dd218bbc 编写于 作者: I Igor Canadi

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
上级 8b3379dc
......@@ -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);
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册