Commit e8b5a0ce authored by disksing's avatar disksing Committed by GitHub

Merge pull request #8 from pingcap/zhangjinpeng/export-statistics-types

parents b7c521f3 b3395a33
......@@ -30,7 +30,8 @@ mod slice_transform;
pub use compaction_filter::CompactionFilter;
pub use external_file::SstFileWriter;
pub use librocksdb_sys::{DBCompactionStyle, DBCompressionType, DBRecoveryMode, new_bloom_filter,
pub use librocksdb_sys::{DBCompactionStyle, DBCompressionType, DBRecoveryMode,
DBStatisticsTickerType, DBStatisticsHistogramType, new_bloom_filter,
self as crocksdb_ffi};
pub use merge_operator::MergeOperands;
pub use rocksdb::{DB, DBIterator, DBVector, Kv, SeekKey, Writable, WriteBatch, CFHandle, Range,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment