From ca7fe79b6e6c82e15edd644a26045c80559803d6 Mon Sep 17 00:00:00 2001 From: crazycs520 Date: Mon, 5 Aug 2019 11:50:38 +0800 Subject: [PATCH 1/2] util: update the minimum version of tikv info --- util/printer/printer.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/util/printer/printer.go b/util/printer/printer.go index f322c15e5c127..c4ab0f26c8b6f 100644 --- a/util/printer/printer.go +++ b/util/printer/printer.go @@ -33,7 +33,7 @@ var ( TiDBGitBranch = "None" GoVersion = "None" // TiKVMinVersion is the minimum version of TiKV that can be compatible with the current TiDB. - TiKVMinVersion = "2.1.0-alpha.1-ff3dd160846b7d1aed9079c389fc188f7f5ea13e" + TiKVMinVersion = "v3.0.0-92b265372eed83cbf6e96e43b1196dbaae158725" ) // PrintTiDBInfo prints the TiDB version information. From 3fd20a5c63c7605ab8b50252094958da18f92afd Mon Sep 17 00:00:00 2001 From: crazycs520 Date: Mon, 5 Aug 2019 17:39:54 +0800 Subject: [PATCH 2/2] update hash --- util/printer/printer.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/util/printer/printer.go b/util/printer/printer.go index c4ab0f26c8b6f..cd6bbd9a28aff 100644 --- a/util/printer/printer.go +++ b/util/printer/printer.go @@ -33,7 +33,7 @@ var ( TiDBGitBranch = "None" GoVersion = "None" // TiKVMinVersion is the minimum version of TiKV that can be compatible with the current TiDB. - TiKVMinVersion = "v3.0.0-92b265372eed83cbf6e96e43b1196dbaae158725" + TiKVMinVersion = "v3.0.0-60965b006877ca7234adaced7890d7b029ed1306" ) // PrintTiDBInfo prints the TiDB version information.