Skip to content

Commit

Permalink
Fix type in description of comment for WR_VER field of HIST_SNAPSHOT.
Browse files Browse the repository at this point in the history
  • Loading branch information
wddevries committed Nov 8, 2024
1 parent 50242c8 commit b4c28ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/domain/repository/worker.go
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ var workloadTables = []repositoryTable{
BEGIN_TIME DATETIME NOT NULL COMMENT 'Datetime that TiDB begins taking this snapshot.',
END_TIME DATETIME NULL COMMENT 'Datetime that TiDB finish taking this snapshot.',
DB_VER JSON NULL COMMENT 'Versions of TiDB, TiKV, PD at the moment',
WR_VER int unsigned NULL COMMENT 'Version to identifiy the compatibility of workload schema between releases.',
WR_VER int unsigned NULL COMMENT 'Version to identify the compatibility of workload schema between releases.',
SOURCE VARCHAR(20) NULL COMMENT 'The program that initializes the snaphost. ',
ERROR TEXT DEFAULT NULL COMMENT 'extra messages are written if anything happens to block that snapshots.')`, WorkloadSchema, histSnapshotsTable),
"",
Expand Down

0 comments on commit b4c28ff

Please sign in to comment.