diff --git a/go/vt/vtgate/plan_execute.go b/go/vt/vtgate/plan_execute.go index e4a93375b56..f19c392809f 100644 --- a/go/vt/vtgate/plan_execute.go +++ b/go/vt/vtgate/plan_execute.go @@ -121,6 +121,7 @@ func (e *Executor) newExecute(ctx context.Context, safeSession *SafeSession, sql } // Check if boosted and hit Redis + // plan.BoostPlanConfig.IsBoosted == true statementTypeResult, sqlResult, err := e.executePlan(ctx, plan, vcursor, bindVars, execStart)(logStats, safeSession)