Add missing parameter in C API (#11542)
Summary: The class `NewCompactOnDeletionCollectorFactory` exposes the parameter `delete_ratio`. The C API `rocksdb_options_add_compact_on_deletion_collector_factory` does not allow a user to pass a delete ration to be passed down the the C++ class bellow. The class has default value for the delete ratio which makes it pass the compilation and the tests. closes https://github.com/facebook/rocksdb/issues/11541 Pull Request resolved: https://github.com/facebook/rocksdb/pull/11542 Reviewed By: ajkr Differential Revision: D46770908 Pulled By: cbi42 fbshipit-source-id: 7b5162fe459896052e392e2d85a8f6c01db3b464oxigraph-main
parent
022d89549d
commit
2926e0718c
@ -0,0 +1 @@ |
|||||||
|
Add parameter `deletion_ratio` to C API `rocksdb_options_add_compact_on_deletion_collector_factory`. |
Loading…
Reference in new issue