misc database options tweaks
Signed-off-by: Jason Volk <jason@zemos.net>
This commit is contained in:
parent
139a1ac504
commit
6aa35260e6
3 changed files with 18 additions and 5 deletions
1
deps/rust-rocksdb/lib.rs
vendored
1
deps/rust-rocksdb/lib.rs
vendored
|
@ -5,6 +5,7 @@ pub use rust_rocksdb::*;
|
|||
extern "C" {
|
||||
pub fn rocksdb_list_column_families();
|
||||
pub fn rocksdb_logger_create_stderr_logger();
|
||||
pub fn rocksdb_logger_create_callback_logger();
|
||||
pub fn rocksdb_options_set_info_log();
|
||||
pub fn rocksdb_get_options_from_string();
|
||||
pub fn rocksdb_writebatch_create();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue