summaryrefslogtreecommitdiff
path: root/src/mongo/db/exec/trial_stage.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mongo/db/exec/trial_stage.cpp')
-rw-r--r--src/mongo/db/exec/trial_stage.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mongo/db/exec/trial_stage.cpp b/src/mongo/db/exec/trial_stage.cpp
index 32d303c8f7d..66442c21eda 100644
--- a/src/mongo/db/exec/trial_stage.cpp
+++ b/src/mongo/db/exec/trial_stage.cpp
@@ -119,6 +119,7 @@ PlanStage::StageState TrialStage::_workTrialPlan(WorkingSetID* out) {
// Increment the 'advanced' count and fall through into NEED_TIME so that we check for
// the end of the trial period and assess the results for both NEED_TIME and ADVANCED.
++_specificStats.trialAdvanced;
+ [[fallthrough]];
}
case PlanStage::NEED_TIME:
// Check whether we have completed the evaluation phase.