Skip to content

Commit

Permalink
statistics: Do not refresh the modification time if only update for o…
Browse files Browse the repository at this point in the history
…ne table
  • Loading branch information
Rustin170506 committed Sep 25, 2024
1 parent fd38012 commit 201f689
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion pkg/statistics/handle/cache/stats_table_row_cache.go
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,6 @@ func (c *StatsTableRowCache) UpdateByID(sctx sessionctx.Context, id int64) error
for k, v := range colLength {
c.colLength[k] = v
}
c.modifyTime = time.Now()
return nil
}

Expand Down

0 comments on commit 201f689

Please sign in to comment.