Skip to content

Tags: pdillinger/rocksdb

Tags

v6.6.x-java-deps

Toggle v6.6.x-java-deps's commit message
Fix db_bloom_filter_test clang LITE build (facebook#6340)

Summary:
db_bloom_filter_test break with clang LITE build with following message:

db/db_bloom_filter_test.cc:23:29: error: unused variable 'kPlainTable' [-Werror,-Wunused-const-variable]
static constexpr PseudoMode kPlainTable = -1;
                            ^

Fix it by moving the declaration out of LITE build
Pull Request resolved: facebook#6340

Test Plan:
USE_CLANG=1 LITE=1 make db_bloom_filter_test
and without LITE=1

Differential Revision: D19609834

fbshipit-source-id: 0e88f5c6759238a94f9880d84c785ac18e7cdd7e

cmake-3.14.5

Toggle cmake-3.14.5's commit message
Fix db_bloom_filter_test clang LITE build (facebook#6340)

Summary:
db_bloom_filter_test break with clang LITE build with following message:

db/db_bloom_filter_test.cc:23:29: error: unused variable 'kPlainTable' [-Werror,-Wunused-const-variable]
static constexpr PseudoMode kPlainTable = -1;
                            ^

Fix it by moving the declaration out of LITE build
Pull Request resolved: facebook#6340

Test Plan:
USE_CLANG=1 LITE=1 make db_bloom_filter_test
and without LITE=1

Differential Revision: D19609834

fbshipit-source-id: 0e88f5c6759238a94f9880d84c785ac18e7cdd7e

v5.14.2

Toggle v5.14.2's commit message
RocksDB v5.14.2

v5.13.4

Toggle v5.13.4's commit message
RocksDB v5.13.4

v5.12.5

Toggle v5.12.5's commit message
RocksDB release v5.12.5

v5.13.3

Toggle v5.13.3's commit message
update history and version

v5.13.2

Toggle v5.13.2's commit message
RocksDB 5.13.2

v5.13.1

Toggle v5.13.1's commit message
RocksDB 5.13.1

v5.12.4

Toggle v5.12.4's commit message
5.12.4 release with memory leak fix for two_level_iterator

v5.12.3

Toggle v5.12.3's commit message
5.12.3 release with memory leak fix for pinned partition filters