Update version and HISTORY
This commit is contained in:
parent
138a967fa6
commit
515a27941a
@ -1,4 +1,9 @@
|
|||||||
# Rocksdb Change Log
|
# Rocksdb Change Log
|
||||||
|
## 6.10.1 (5/27/2020)
|
||||||
|
### Bug fix
|
||||||
|
* Remove "u'<string>'" in TARGETS file.
|
||||||
|
* Fix db_stress_lib target in buck.
|
||||||
|
|
||||||
## 6.10 (5/2/2020)
|
## 6.10 (5/2/2020)
|
||||||
### Behavior Changes
|
### Behavior Changes
|
||||||
* Disable delete triggered compaction (NewCompactOnDeletionCollectorFactory) in universal compaction mode and num_levels = 1 in order to avoid a corruption bug.
|
* Disable delete triggered compaction (NewCompactOnDeletionCollectorFactory) in universal compaction mode and num_levels = 1 in order to avoid a corruption bug.
|
||||||
|
@ -6,7 +6,7 @@
|
|||||||
|
|
||||||
#define ROCKSDB_MAJOR 6
|
#define ROCKSDB_MAJOR 6
|
||||||
#define ROCKSDB_MINOR 10
|
#define ROCKSDB_MINOR 10
|
||||||
#define ROCKSDB_PATCH 0
|
#define ROCKSDB_PATCH 1
|
||||||
|
|
||||||
// Do not use these. We made the mistake of declaring macros starting with
|
// 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
|
// double underscore. Now we have to live with our choice. We'll deprecate these
|
||||||
|
Loading…
x
Reference in New Issue
Block a user