rocksdb/include
kailiu 6eb5649800 Move flush_block_policy from Options to TableFactory
Summary:
Previously we introduce a `flush_block_policy_factory` in Options, however, that options is strongly releated to Table based tables.
It will make more sense to move it to block based table's own factory class.

Test Plan: make check to pass existing tests

Reviewers: dhruba, haobo

Reviewed By: dhruba

CC: leveldb

Differential Revision: https://reviews.facebook.net/D14211
2013-11-19 22:00:48 -08:00
..
rocksdb Move flush_block_policy from Options to TableFactory 2013-11-19 22:00:48 -08:00
utilities Making the transaction log iterator more robust 2013-11-04 20:49:03 -08:00