-
Type:
Improvement
-
Resolution: Fixed
-
Priority:
Trivial - P5
-
Affects Version/s: None
-
Component/s: Change streams
-
None
-
Query Execution
-
Fully Compatible
-
QE 2024-12-09
-
None
-
None
-
None
-
None
-
None
-
None
-
None
SERVER-88142 introduced the following declaration in `document_source_change_stream.h`:
static constexpr StringData kCollectionTypeField = "type"_sd;
This declaration became irrelevant after SERVER-97071 was merged, so we can now remove it.
The removal was forgotten in SERVER-97071