From 1dded547e2044f5d9b8d84ad97ba48f1a3e5a57c Mon Sep 17 00:00:00 2001 From: Zygimantas Benetis Date: Wed, 27 Mar 2024 11:03:48 +0200 Subject: [PATCH] boost: comment --- go/vt/vtgate/plan_execute.go | 1 + 1 file changed, 1 insertion(+) 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)