From 2e72ac0caacdec4eb84446593171440f69609c9f Mon Sep 17 00:00:00 2001 From: xuhuaiyu <391585975@qq.com> Date: Tue, 5 Mar 2019 13:44:27 +0800 Subject: [PATCH] mysql: change MySQL version from 5.7.10 to 5.7.25 --- mysql/const.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mysql/const.go b/mysql/const.go index 40d797124..ea0216869 100644 --- a/mysql/const.go +++ b/mysql/const.go @@ -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.