From 549fbc6faf0a7a00f0497e3dd6df73eefa5ed8aa Mon Sep 17 00:00:00 2001 From: Kefu Chai Date: Tue, 10 Apr 2018 15:06:22 +0800 Subject: [PATCH] rocksdb: sync with upstream to pick up - bug fixes since 5.8.0 - crc32c_3way introduced in 5.9.0 for better performance on platforms with PCLMULQDQ support. - the fixes for silencing the fallthrough warnings when compiling with GCC-7 for detailed changelog since 5.8.0, see https://github.com/facebook/rocksdb/blob/master/HISTORY.md Signed-off-by: Kefu Chai --- src/rocksdb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/rocksdb b/src/rocksdb index 8dd0a7e11abad..5ec382b918f41 160000 --- a/src/rocksdb +++ b/src/rocksdb @@ -1 +1 @@ -Subproject commit 8dd0a7e11abad6bc32e59a5cba8769961e085312 +Subproject commit 5ec382b918f41481c089a45fb3d8472c017589fc -- 2.39.5