Update release date

This commit is contained in:
Yanqin Jin 2020-01-02 12:50:59 -08:00
parent 4fc5e6c177
commit beca3c9a41

View File

@ -1,5 +1,5 @@
# Rocksdb Change Log
## 6.6.1
## 6.6.1 (01/02/2020)
### Bug Fixes
* Fix a bug in WriteBatchWithIndex::MultiGetFromBatchAndDB, which is called by Transaction::MultiGet, that causes due to stale pointer access when the number of keys is > 32
* Fixed two performance issues related to memtable history trimming. First, a new SuperVersion is now created only if some memtables were actually trimmed. Second, trimming is only scheduled if there is at least one flushed memtable that is kept in memory for the purposes of transaction conflict checking.