File tree Expand file tree Collapse file tree 2 files changed +4
-3
lines changed
includes/changelogs/releases Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change 2121~~~~~
2222
2323- :issue: `SERVER-23664 ` $mod match expression should raise an error when the remainder is not a number
24+ - :issue: `SERVER-40691 ` $nin:[[],...] queries are not indexed
2425- :issue: `SERVER-57588 ` Inconsistent query results when an array position is indexed whose value is an array
2526- :issue: `SERVER-59754 ` Incorrect logging of queryHash/planCacheKey for operations that share the same $lookup shape
2627- :issue: `SERVER-62147 ` Exhaust query using the OP_QUERY protocol is broken when more than one getMore batch is required
@@ -41,7 +42,6 @@ Internals
4142- :issue: `SERVER-51087 ` Add testing utility for creating an empty sharded collection with the specified bounds
4243- :issue: `SERVER-53726 ` Platform Support: Remove RHEL6 zSeries
4344- :issue: `SERVER-57312 ` Pin transitive Python dependencies and use the pinned file for installation in Evergreen
44- - :issue: `SERVER-57676 ` Wait for a checkpoint before releasing the "hangOplogCapMaintainerThread" in oplog_rollover.js
4545- :issue: `SERVER-60392 ` Fix timing in priority_takeover_two_nodes_equal_priority test.
4646- :issue: `SERVER-60685 ` TransactionCoordinator may interrupt locally executing update with non-Interruption error category, leading to server crash
4747- :issue: `SERVER-61662 ` SCons configure checks should always run with verbosity
@@ -54,3 +54,4 @@ Internals
5454- :issue: `SERVER-63197 ` Pin microbenchmarks genny version
5555- :issue: `SERVER-63203 ` Chunk splitter never splits if more than 8192 split points are found
5656- :issue: `WT-7993 ` If gathering handles and not in aggressive eviction mode, have eviction sleep to let checkpoint grab a contentious spinlock.
57+
Original file line number Diff line number Diff line change @@ -15,8 +15,8 @@ Patch Releases
1515
1616.. _4.2.19-release-notes:
1717
18- 4.2.19 - Upcoming
19- ~~~~~~~~~~~~~~~~~
18+ 4.2.19 - Mar 7, 2022
19+ ~~~~~~~~~~~~~~~~~~~~
2020
2121Issues fixed in 4.2.19:
2222
You can’t perform that action at this time.
0 commit comments