Skip to content

Commit

Permalink
statistics: enable fieldalignment
Browse files Browse the repository at this point in the history
Signed-off-by: Weizhen Wang <wangweizhen@pingcap.com>
  • Loading branch information
hawkingrei committed Aug 2, 2023
1 parent 727caeb commit 3cd9c86
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion statistics/analyze_jobs.go
Original file line number Diff line number Diff line change
Expand Up @@ -21,14 +21,14 @@ import (

// AnalyzeJob is used to represent the status of one analyze job.
type AnalyzeJob struct {
Progress AnalyzeProgress
StartTime time.Time
EndTime time.Time
ID *uint64
DBName string
TableName string
PartitionName string
JobInfo string
Progress AnalyzeProgress
}

// AnalyzeProgress represents the process of one analyze job.
Expand Down

0 comments on commit 3cd9c86

Please sign in to comment.