Skip to content

Commit

Permalink
fix stats
Browse files Browse the repository at this point in the history
  • Loading branch information
Yisaer committed Dec 7, 2022
1 parent 3a908f9 commit 164f958
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions domain/plan_replayer.go
Original file line number Diff line number Diff line change
Expand Up @@ -416,6 +416,7 @@ func (w *planReplayerTaskDumpWorker) HandleTask(task *PlanReplayerDumpTask) (suc
}
jsStats[tblID] = r
}
task.JSONTblStats = jsStats
err = DumpPlanReplayerInfo(w.ctx, w.sctx, task)
if err != nil {
logutil.BgLogger().Warn("dump plan replayer capture task result failed",
Expand Down

0 comments on commit 164f958

Please sign in to comment.