diff --git a/source/release-notes/2.6.txt b/source/release-notes/2.6.txt index 300d18d2bbf..c8267158fd1 100644 --- a/source/release-notes/2.6.txt +++ b/source/release-notes/2.6.txt @@ -37,6 +37,27 @@ Minor Releases - 2.6 mongod crashes with segfault when added to a 2.8 replica set with 12 or more members :issue:`SERVER-16107` +- Cannot set/list/clear index filters on the secondary + :issue:`SERVER-16291` + +- :query:`$regex`, :query:`$in` and :query:`$sort` with index returns too + many results :issue:`SERVER-15696` + +- Evaluating candidate query plans with concurrent writes on same + collection may crash mongod :issue:`SERVER-15580` + +- Distinct queries can scan many index keys without yielding read lock + :issue:`SERVER-15528` + +- Special top chunk logic can move max chunk to a shard with incompatible + tag :issue:`SERVER-14506` + +- Fail MoveChunk if an index is needed on TO shard and data exists + :issue:`SERVER-12472` + +- Primary should abort if encountered problems writing to the oplog + :issue:`SERVER-12058` + - `All issues closed in 2.6.6 `_