]> git-server-git.apps.pok.os.sepia.ceph.com Git - rocksdb.git/commitdiff
update history and bump version v5.18.3
authorAndrew Kryczka <andrewkr@fb.com>
Mon, 11 Feb 2019 22:01:16 +0000 (14:01 -0800)
committerAndrew Kryczka <andrewkr@fb.com>
Mon, 11 Feb 2019 22:02:52 +0000 (14:02 -0800)
HISTORY.md
include/rocksdb/version.h

index 0d1382092863674b475bceeac9de83b16bbb3a06..b264500225fc9b9891a5c597d15db7f2842439c8 100644 (file)
@@ -1,4 +1,8 @@
 # Rocksdb Change Log
+## 5.18.3 (2/11/2019)
+### Bug Fixes
+* Fix possible LSM corruption when both range deletions and subcompactions are used. The symptom of this corruption is L1+ files overlapping in the user key space.
+
 ## 5.18.2 (01/31/2019)
 ### Public API Change
 * Change time resolution in FileOperationInfo.
index 3e1d5e04c38cedb1187cdc9cfaf97aa8cfc39622..24cef677f1147f78da246b9ade85496779e335a7 100644 (file)
@@ -6,7 +6,7 @@
 
 #define ROCKSDB_MAJOR 5
 #define ROCKSDB_MINOR 18
-#define ROCKSDB_PATCH 2
+#define ROCKSDB_PATCH 3
 
 // Do not use these. We made the mistake of declaring macros starting with
 // double underscore. Now we have to live with our choice. We'll deprecate these