summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJustin Seyster <justin.seyster@mongodb.com>2020-07-16 16:17:00 -0400
committerEvergreen Agent <no-reply@evergreen.mongodb.com>2020-07-17 00:20:04 +0000
commit8b9af875a947b862c6bf82754ae7eaf582a9ab3f (patch)
tree2bf74abf83da5f92d960c915ca3838be3d718787
parentd760da5e25d5de81fc144e818fb612661adb4728 (diff)
downloadmongo-8b9af875a947b862c6bf82754ae7eaf582a9ab3f.tar.gz
SERVER-48721 Correct ticket number in TODO comment
-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);