From 3e39c96ebbd90ebeb91d46f9dace6988a0152763 Mon Sep 17 00:00:00 2001 From: David Storch Date: Tue, 3 Jun 2014 11:04:28 -0400 Subject: SERVER-14096 explain find() at queryPlanner verbosity Enable by the setParameter 'enableNewExplain' --- src/mongo/db/exec/limit.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/mongo/db/exec/limit.h') diff --git a/src/mongo/db/exec/limit.h b/src/mongo/db/exec/limit.h index 8742dcbb0bd..5b5293823c2 100644 --- a/src/mongo/db/exec/limit.h +++ b/src/mongo/db/exec/limit.h @@ -55,6 +55,8 @@ namespace mongo { virtual PlanStageStats* getStats(); + static const char* kStageType; + private: WorkingSet* _ws; scoped_ptr _child; @@ -64,6 +66,7 @@ namespace mongo { // Stats CommonStats _commonStats; + LimitStats _specificStats; }; } // namespace mongo -- cgit v1.2.1