]> git-server-git.apps.pok.os.sepia.ceph.com Git - rocksdb.git/commitdiff
release 5.4.10 rocksdb-5.4.10 v5.4.10
authorAndrew Kryczka <andrewkr@fb.com>
Sat, 12 Aug 2017 23:15:29 +0000 (16:15 -0700)
committerAndrew Kryczka <andrewkr@fb.com>
Sat, 12 Aug 2017 23:15:29 +0000 (16:15 -0700)
HISTORY.md
include/rocksdb/version.h

index d402c32b6a789795fe8622160d8c07c975679daa..98c536e630b71fe6c31b88fef462b550dac38500 100644 (file)
@@ -1,4 +1,8 @@
 # Rocksdb Change Log
+## 5.4.10 (08/12/2017)
+### Bug Fixes
+* Fix incorrect dropping of deletions during intra-L0 compaction.
+
 ## 5.4.9 (07/20/2017)
 * Change license to Apache + GPLv2
 
index 786801b4d5483429666e0af3d1a257e4ec754dc9..3415b9ab42ee566ea84719bacfdead119fe620c9 100644 (file)
@@ -6,7 +6,7 @@
 
 #define ROCKSDB_MAJOR 5
 #define ROCKSDB_MINOR 4
-#define ROCKSDB_PATCH 9
+#define ROCKSDB_PATCH 10
 
 // 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