summaryrefslogtreecommitdiff
path: root/src/mongo/db/curop.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mongo/db/curop.h')
-rw-r--r--src/mongo/db/curop.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/mongo/db/curop.h b/src/mongo/db/curop.h
index 7989a04ed6c..ba7532fe86d 100644
--- a/src/mongo/db/curop.h
+++ b/src/mongo/db/curop.h
@@ -168,9 +168,9 @@ public:
BSONObj makeFlowControlObject(FlowControlTicketholder::CurOp flowControlStats) const;
/**
- * Make object from $searchBeta stats with non-populated values omitted.
+ * Make object from $search stats with non-populated values omitted.
*/
- BSONObj makeSearchBetaObject() const;
+ BSONObj makeMongotDebugStatsObject() const;
// -------------------
@@ -189,7 +189,7 @@ public:
long long ntoskip{-1};
bool exhaust{false};
- // For searchBeta.
+ // For search using mongot.
boost::optional<long long> mongotCursorId{boost::none};
boost::optional<long long> msWaitingForMongot{boost::none};