From c0822ee332921f77d9a3466d23cf3f75ab80cf4d Mon Sep 17 00:00:00 2001 From: James Wahlin Date: Tue, 26 Apr 2016 14:30:14 -0400 Subject: SERVER-23272 Remove idhack metric --- src/mongo/db/curop.h | 3 --- 1 file changed, 3 deletions(-) (limited to 'src/mongo/db/curop.h') diff --git a/src/mongo/db/curop.h b/src/mongo/db/curop.h index 5e2bfc61d09..d9432fee3a8 100644 --- a/src/mongo/db/curop.h +++ b/src/mongo/db/curop.h @@ -170,9 +170,6 @@ public: long long keysExamined{-1}; long long docsExamined{-1}; - // indicates short circuited code path on an update to make the update faster - bool idhack{false}; - bool hasSortStage{false}; // true if the query plan involves an in-memory sort // True if the plan came from the multi-planner (not from the plan cache and not a query with a -- cgit v1.2.1