Fix create_cf not passinig titan specific options to titan (#311)
Summary:
`db.create_cf` call `crocksdb_create_column_family`, which doesn't pass titan specific options to titan. Fix it by calling `ctitandb_create_column_family` when titan is enabled.
Test Plan:
Manual test when enabled titan, tikv pass correct titan options when creating new CFs.
Will add unit test in later patch.
Signed-off-by:
Yi Wu <yiwu@pingcap.com>
Showing
Please
register
or
sign in
to comment