Skip to content

Commit

Permalink
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 Mar 5, 2019
1 parent 7ffd5ab commit e4f2d73
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion 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 e4f2d73

Please sign in to comment.