Fix the error of c_test.c

Summary:
Fix the error of c_test.c

Test Plan:
make c_test
./c_test
main
Yueh-Hsuan Chiang 10 years ago
parent 562b7a1f28
commit 47b452cfcf
  1. 1
      db/c_test.c

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

Loading…
Cancel
Save