diff --git a/pkg/statistics/table.go b/pkg/statistics/table.go index 78ec10a73f8a3..3af12f9e29919 100644 --- a/pkg/statistics/table.go +++ b/pkg/statistics/table.go @@ -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