]> git-server-git.apps.pok.os.sepia.ceph.com Git - rocksdb.git/commit
PlainTableFactory::PlainTableFactory() to have huge TLB turned off by default
authorsdong <siying.d@fb.com>
Mon, 5 May 2014 16:32:56 +0000 (09:32 -0700)
committersdong <siying.d@fb.com>
Mon, 5 May 2014 18:05:54 +0000 (11:05 -0700)
commit9b17558311a1415a813fe463df8c6853cba244b3
tree507e06a0c496968d0042336675260921c37e3551
parent6785a52b1b1330ee2e3eed73750006abaee63524
PlainTableFactory::PlainTableFactory() to have huge TLB turned off by default

Summary: PlainTableFactory::PlainTableFactory() now has Huge TLB page feature turned on by default. Although it is not a public API (which we always turn the feature off now), our unit tests, like db_test sometimes uses it directly, which causes wrong coverage of codes. This patch fix it to allow unit tests to run with the correct setting

Test Plan: Run db_test and make sure this feature is not on any more.

Reviewers: igor, haobo

Reviewed By: igor

CC: yhchiang, dhruba, leveldb
Differential Revision: https://reviews.facebook.net/D18483
table/plain_table_factory.h