summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/mongo/db/query/sbe_stage_builder.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mongo/db/query/sbe_stage_builder.cpp b/src/mongo/db/query/sbe_stage_builder.cpp
index a90935d7ccc..c4eaaae3896 100644
--- a/src/mongo/db/query/sbe_stage_builder.cpp
+++ b/src/mongo/db/query/sbe_stage_builder.cpp
@@ -442,7 +442,7 @@ std::unique_ptr<sbe::PlanStage> SlotBasedStageBuilder::buildText(const QuerySolu
std::unique_ptr<sbe::PlanStage> SlotBasedStageBuilder::buildReturnKey(
const QuerySolutionNode* root) {
- // TODO SERVER-48721: If the projection includes {$meta: "sortKey"}, the result of this stage
+ // TODO SERVER-49509: If the projection includes {$meta: "sortKey"}, the result of this stage
// should also include the sort key. Everything else in the projection is ignored.
auto returnKeyNode = static_cast<const ReturnKeyNode*>(root);