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 21
21
~~~~~
22
22
23
23
- :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
24
25
- :issue: `SERVER-57588 ` Inconsistent query results when an array position is indexed whose value is an array
25
26
- :issue: `SERVER-59754 ` Incorrect logging of queryHash/planCacheKey for operations that share the same $lookup shape
26
27
- :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
41
42
- :issue: `SERVER-51087 ` Add testing utility for creating an empty sharded collection with the specified bounds
42
43
- :issue: `SERVER-53726 ` Platform Support: Remove RHEL6 zSeries
43
44
- :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
45
45
- :issue: `SERVER-60392 ` Fix timing in priority_takeover_two_nodes_equal_priority test.
46
46
- :issue: `SERVER-60685 ` TransactionCoordinator may interrupt locally executing update with non-Interruption error category, leading to server crash
47
47
- :issue: `SERVER-61662 ` SCons configure checks should always run with verbosity
@@ -54,3 +54,4 @@ Internals
54
54
- :issue: `SERVER-63197 ` Pin microbenchmarks genny version
55
55
- :issue: `SERVER-63203 ` Chunk splitter never splits if more than 8192 split points are found
56
56
- :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 @@ -22,8 +22,8 @@ Patch Releases
22
22
23
23
.. _4.2.19-release-notes:
24
24
25
- 4.2.19 - Upcoming
26
- ~~~~~~~~~~~~~~~~~
25
+ 4.2.19 - Mar 7, 2022
26
+ ~~~~~~~~~~~~~~~~~~~~
27
27
28
28
Issues fixed in 4.2.19:
29
29
You can’t perform that action at this time.
0 commit comments