From e0dbcdff9cfd35613f255c719a8940b5d2f14473 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dani=C3=ABl=20van=20Eeden?= Date: Fri, 24 Mar 2023 09:16:43 +0100 Subject: [PATCH] Update ServerVersion to 8.0.11 --- 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 f836cc05e4286..23c0b0a2d1547 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.