From 80441df434757c254e373e4187b8d8307b943b85 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dani=C3=ABl=20van=20Eeden?= Date: Thu, 24 Aug 2023 13:54:35 +0200 Subject: [PATCH] parser: Update ServerVersion to 8.0.11 (#46155) ref pingcap/tidb#7968 --- parser/mysql/const.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/parser/mysql/const.go b/parser/mysql/const.go index 93fed938cbf22..fdd6ec84fc171 100644 --- a/parser/mysql/const.go +++ b/parser/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.25-TiDB-%s", TiDBReleaseVersion) + ServerVersion = fmt.Sprintf("8.0.11-TiDB-%s", TiDBReleaseVersion) ) // Header information.