Skip to content

Commit

Permalink
[parser] mysql: change MySQL version from 5.7.10 to 5.7.25 (pingcap#231)
Browse files Browse the repository at this point in the history
  • Loading branch information
XuHuaiyu authored and xhebox committed Oct 8, 2021
1 parent e5bfef4 commit a56cf86
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion parser/mysql/const.go
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ var (
TiDBReleaseVersion = "None"

// ServerVersion is the version information of this tidb-server in MySQL's format.
ServerVersion = fmt.Sprintf("5.7.10-TiDB-%s", TiDBReleaseVersion)
ServerVersion = fmt.Sprintf("5.7.25-TiDB-%s", TiDBReleaseVersion)
)

// Header information.
Expand Down

0 comments on commit a56cf86

Please sign in to comment.