From e4f2d73658b13bf041d477a4e81411243ab6c580 Mon Sep 17 00:00:00 2001 From: HuaiyuXu Date: Tue, 5 Mar 2019 16:31:39 +0800 Subject: [PATCH] mysql: change MySQL version from 5.7.10 to 5.7.25 (#231) --- 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.