Commit 8896042b authored by zhangjinpeng1987's avatar zhangjinpeng1987

add list_column_families api

parent 8e198679
......@@ -555,7 +555,7 @@ impl DB {
opts.inner,
cname_ptr,
&mut err);
if !err.is_null() {
return Err(error_message(err));
}
......
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