]> git-server-git.apps.pok.os.sepia.ceph.com Git - rocksdb.git/commitdiff
Update release date
authorYanqin Jin <yanqin@fb.com>
Thu, 2 Jan 2020 20:50:59 +0000 (12:50 -0800)
committerYanqin Jin <yanqin@fb.com>
Thu, 2 Jan 2020 20:50:59 +0000 (12:50 -0800)
HISTORY.md

index d14b0ef3be16eb2cca411a2d330f32504937bfa1..a3916d3a57068855d5f49727851b78c7a64089ca 100644 (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.