Update options.pxd
This commit is contained in:
parent
57397cd077
commit
ac49a391af
1 changed files with 1 additions and 0 deletions
|
@ -102,6 +102,7 @@ cdef extern from "rocksdb/options.h" namespace "rocksdb":
|
|||
cpp_bool allow_concurrent_memtable_write
|
||||
cpp_bool enable_write_thread_adaptive_yield
|
||||
shared_ptr[Cache] row_cache
|
||||
void IncreaseParallelism(int) nogil except+
|
||||
|
||||
cdef cppclass ColumnFamilyOptions:
|
||||
ColumnFamilyOptions()
|
||||
|
|
Loading…
Reference in a new issue