提交 47b452cf 编写于 作者: Y Yueh-Hsuan Chiang

Fix the error of c_test.c

Summary:
Fix the error of c_test.c

Test Plan:
make c_test
./c_test
上级 562b7a1f
......@@ -758,6 +758,7 @@ int main(int argc, char** argv) {
{
// Create new database
rocksdb_filterpolicy_t* policy = rocksdb_filterpolicy_create_bloom(10);
rocksdb_options_set_allow_mmap_reads(options, 1);
rocksdb_options_set_filter_policy(options, policy);
rocksdb_options_set_prefix_extractor(options, rocksdb_slicetransform_create_fixed_prefix(3));
rocksdb_options_set_hash_skip_list_rep(options, 5000, 4, 4);
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册