Commit 8896042b authored by zhangjinpeng1987's avatar zhangjinpeng1987

add list_column_families api

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