From 36c4200127baf498453970d0cb633812f393d784 Mon Sep 17 00:00:00 2001 From: hi-rustin Date: Fri, 5 Jul 2024 14:42:05 +0800 Subject: [PATCH] fix: better comment --- pkg/statistics/table.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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