From a00f9bc49801422fc6f8a0b390c7f0afc6a80f6a Mon Sep 17 00:00:00 2001 From: Islam AbdelRahman Date: Fri, 20 Jan 2017 12:18:59 -0800 Subject: [PATCH] Update HISTORY.md to mention 2PC WAL size fix --- HISTORY.md | 1 + 1 file changed, 1 insertion(+) diff --git a/HISTORY.md b/HISTORY.md index cab79e7e3..0cfa8fac8 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -3,6 +3,7 @@ ### Bug fixes * Fix the data corruption bug in the case that concurrent memtable write is enabled and 2PC is used. * OptimizeForPointLookup() doesn't work with the default DB setting of allow_concurrent_memtable_write=true. Fix it. +* Fix a 2PC related bug where WAL files size grow too large. ## 5.0.0 (11/17/2016) ### Public API Change