summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorAlex Gorrod <alexg@wiredtiger.com>2014-12-24 11:10:01 +1100
committerAlex Gorrod <alexg@wiredtiger.com>2014-12-24 11:10:01 +1100
commit6c78220af194678f839f48f1086a18a98625b585 (patch)
tree26e59e0d1a3003bffa0f785f6f4770be9a599906 /NEWS
parent5e90426a63ca07baff0fd3300b53407d82ae6726 (diff)
downloadmongo-6c78220af194678f839f48f1086a18a98625b585.tar.gz
Spelling.
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS8
1 files changed, 4 insertions, 4 deletions
diff --git a/NEWS b/NEWS
index 33e3ec7cf07..a359edafabe 100644
--- a/NEWS
+++ b/NEWS
@@ -88,14 +88,14 @@ Other significant changes:
records. SERVER-16351
* Several bug fixes and performance improvements in LSM including:
- - Fix a bug in LSM search_near, where it return a deleted item.
+ - Add support for custom collators in LSM trees. [#1361]
+ - Fix a bug in LSM search_near, where it returned a deleted item.
BF-694, BF-700
- - Improve background maintenance operation so that it doesn't fill the
- cache.
+ - Improve background maintenance operations so that the cache does
+ not get full unnecessarily.
- Fix a bug that could lead to updates being written into old chunks.
[#1432] [#1418]
- Fix a bug in background merge that could skip updates. SERVER-16123
- - Add support for custom collators in LSM trees. [#1361]
* Fix a bug when maintaining the cache, that could cause checkpoints to
skip writing an update that should have been included. [#1419] SERVER-16336