Revision 22e5c513c280544bd4511c40b9a9c596fe7ec3be authored by Anatoly Zhmur on 03 June 2020, 19:22:29 UTC, committed by Facebook GitHub Bot on 03 June 2020, 19:27:12 UTC
Summary:
Added setting of zstd_max_train_bytes compression option parameter to c interop.

rocksdb_options_set_bottommost_compression_options was using bool parameter and thus not exported, updated it to unsigned char and added to c.h as well.
Pull Request resolved: https://github.com/facebook/rocksdb/pull/6796

Reviewed By: cheng-chang

Differential Revision: D21611471

Pulled By: ajkr

fbshipit-source-id: caaaf153de934837ad9af283c7f8c025ff0b0cf5
1 parent 0a17d95
History
File Mode Size
CMakeLists.txt -rw-r--r-- 414 bytes
batched_ops_stress.cc -rw-r--r-- 13.0 KB
cf_consistency_stress.cc -rw-r--r-- 21.2 KB
db_stress.cc -rw-r--r-- 763 bytes
db_stress_common.cc -rw-r--r-- 8.6 KB
db_stress_common.h -rw-r--r-- 18.0 KB
db_stress_driver.cc -rw-r--r-- 4.9 KB
db_stress_driver.h -rw-r--r-- 727 bytes
db_stress_env_wrapper.h -rw-r--r-- 1.3 KB
db_stress_gflags.cc -rw-r--r-- 29.5 KB
db_stress_listener.h -rw-r--r-- 6.5 KB
db_stress_shared_state.cc -rw-r--r-- 1023 bytes
db_stress_shared_state.h -rw-r--r-- 14.1 KB
db_stress_stat.h -rw-r--r-- 6.4 KB
db_stress_test_base.cc -rw-r--r-- 79.1 KB
db_stress_test_base.h -rw-r--r-- 8.8 KB
db_stress_tool.cc -rw-r--r-- 9.8 KB
no_batched_ops_stress.cc -rw-r--r-- 28.0 KB

back to top