Skip to content

Commit

Permalink
fix: better comment
Browse files Browse the repository at this point in the history
  • Loading branch information
Rustin170506 committed Jul 5, 2024
1 parent 175a799 commit 36c4200
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/statistics/table.go
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ type Table struct {
// We used it in auto-analyze to determine if this table has been analyzed.
// The source of this field comes from two parts:
// 1. Initialized by snapshot when loading stats_meta.
// 2. Updated by the analysis time of a more specific column or index when loading the histogram of the column or index.
// 2. Updated by the analysis time of a specific column or index when loading the histogram of the column or index.
LastAnalyzeVersion uint64
// TblInfoUpdateTS is the UpdateTS of the TableInfo used when filling this struct.
// It is the schema version of the corresponding table. It is used to skip redundant
Expand Down

0 comments on commit 36c4200

Please sign in to comment.