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:
Igor Canadi 2013-11-08 12:23:12 -08:00
parent 8b3379dc0a
commit dd218bbc88

View File

@ -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);