From: Yanqin Jin Date: Thu, 2 Jan 2020 20:50:59 +0000 (-0800) Subject: Update release date X-Git-Tag: v6.6.3~5 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=beca3c9a414bcb2d6eeb9f271ad74a74718e9dd4;p=rocksdb.git Update release date --- diff --git a/HISTORY.md b/HISTORY.md index d14b0ef3..a3916d3a 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -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.