From 8b9af875a947b862c6bf82754ae7eaf582a9ab3f Mon Sep 17 00:00:00 2001 From: Justin Seyster Date: Thu, 16 Jul 2020 16:17:00 -0400 Subject: SERVER-48721 Correct ticket number in TODO comment --- src/mongo/db/query/sbe_stage_builder.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 SlotBasedStageBuilder::buildText(const QuerySolu std::unique_ptr 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(root); -- cgit v1.2.1