rocksdb/utilities/spatialdb
Igor Canadi 760e9a94de Fail DB::Open() when the requested compression is not available
Summary:
Currently RocksDB silently ignores this issue and doesn't compress the data. Based on discussion, we agree that this is pretty bad because it can cause confusion for our users.

This patch fails DB::Open() if we don't support the compression that is specified in the options.

Test Plan: make check with LZ4 not present. If Snappy is not present all tests will just fail because Snappy is our default library. We should make Snappy the requirement, since without it our default DB::Open() fails.

Reviewers: sdong, MarkCallaghan, rven, yhchiang

Reviewed By: yhchiang

Subscribers: dhruba, leveldb

Differential Revision: https://reviews.facebook.net/D39687
2015-06-18 14:55:05 -07:00
..
spatial_db_test.cc Fail DB::Open() when the requested compression is not available 2015-06-18 14:55:05 -07:00
spatial_db.cc Use CompactRangeOptions for CompactRange 2015-06-17 14:36:14 -07:00
utils.h Turn on -Wshorten-64-to-32 and fix all the errors 2014-11-11 16:47:22 -05:00