mirror of https://github.com/facebook/rocksdb.git
Merge pull request #352 from fyrz/OptionsTestMergeProblem
Options correction related to merge
This commit is contained in:
commit
7658bcc1e5
|
@ -112,7 +112,7 @@ public class Options extends RocksObject {
|
|||
*/
|
||||
public boolean createMissingColumnFamilies() {
|
||||
assert(isInitialized());
|
||||
return createIfMissing(nativeHandle_);
|
||||
return createMissingColumnFamilies(nativeHandle_);
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
Loading…
Reference in New Issue