summaryrefslogtreecommitdiff
path: root/src/mongo/db/query/query_request.h
diff options
context:
space:
mode:
authorAnton Korshunov <anton.korshunov@mongodb.com>2019-09-05 23:54:44 +0000
committerevergreen <evergreen@mongodb.com>2019-09-05 23:54:44 +0000
commitbccfc2fdbdf32303cd93f06222a57b51c7c4cb6f (patch)
tree734e2b12c17c3dd809b192c43ba64a2d63407ee6 /src/mongo/db/query/query_request.h
parent08a9563d5cd737ac94a4f665ed515cfc4e56cc1d (diff)
downloadmongo-bccfc2fdbdf32303cd93f06222a57b51c7c4cb6f.tar.gz
SERVER-42416 Move returnKey execution code to separate PlanStage
Diffstat (limited to 'src/mongo/db/query/query_request.h')
-rw-r--r--src/mongo/db/query/query_request.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/src/mongo/db/query/query_request.h b/src/mongo/db/query/query_request.h
index 7b0cb74dd80..17e915ace5c 100644
--- a/src/mongo/db/query/query_request.h
+++ b/src/mongo/db/query/query_request.h
@@ -135,7 +135,6 @@ public:
// Names of the $meta projection values.
static const std::string metaGeoNearDistance;
static const std::string metaGeoNearPoint;
- static const std::string metaIndexKey;
static const std::string metaRecordId;
static const std::string metaSortKey;
static const std::string metaTextScore;
@@ -455,11 +454,6 @@ private:
Status initFullQuery(const BSONObj& top);
/**
- * Updates the projection object with a $meta projection for the returnKey option.
- */
- void addReturnKeyMetaProj();
-
- /**
* Updates the projection object with a $meta projection for the showRecordId option.
*/
void addShowRecordIdMetaProj();