leveldb: Deleted leveldb_proto::Options.
leveldb_proto::Options is a small subset (mostly) of leveldb::Options. It had two leveldb::Options members (shared_cache and write_buffer_size), and a (possibly empty) database_name. This change deletes leveldb_proto::Options in lieu of using leveldb::Options. This simplifies the code as well as adds support for the remaining options specified in leveldb::Options. Bug: 762587 Change-Id: Ia7872ecb09b2b181354c820ac3296ea6304a80b0 Reviewed-on: https://chromium-review.googlesource.com/655697Reviewed-by:Mathieu Perreault <mathp@chromium.org> Reviewed-by:
Min Qin <qinmin@chromium.org> Reviewed-by:
Bernhard Bauer <bauerb@chromium.org> Reviewed-by:
John Mellor <johnme@chromium.org> Commit-Queue: Chris Mumford <cmumford@chromium.org> Cr-Commit-Position: refs/heads/master@{#501330}
Showing
This diff is collapsed.
Please register or sign in to comment