Skip to content

Commit b4c28ff

Browse files
committed
Fix type in description of comment for WR_VER field of HIST_SNAPSHOT.
1 parent 50242c8 commit b4c28ff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/domain/repository/worker.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ var workloadTables = []repositoryTable{
7171
BEGIN_TIME DATETIME NOT NULL COMMENT 'Datetime that TiDB begins taking this snapshot.',
7272
END_TIME DATETIME NULL COMMENT 'Datetime that TiDB finish taking this snapshot.',
7373
DB_VER JSON NULL COMMENT 'Versions of TiDB, TiKV, PD at the moment',
74-
WR_VER int unsigned NULL COMMENT 'Version to identifiy the compatibility of workload schema between releases.',
74+
WR_VER int unsigned NULL COMMENT 'Version to identify the compatibility of workload schema between releases.',
7575
SOURCE VARCHAR(20) NULL COMMENT 'The program that initializes the snaphost. ',
7676
ERROR TEXT DEFAULT NULL COMMENT 'extra messages are written if anything happens to block that snapshots.')`, WorkloadSchema, histSnapshotsTable),
7777
"",

0 commit comments

Comments
 (0)