From c2ddf92974fb52f4dba5959b1c957aaa20e6977f Mon Sep 17 00:00:00 2001 From: Null not nil Date: Mon, 30 Nov 2020 14:32:26 -0700 Subject: [PATCH 1/2] system-variables: Update last-plan-from-binding --- system-variables.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/system-variables.md b/system-variables.md index dada6e5999091..82f854669e884 100644 --- a/system-variables.md +++ b/system-variables.md @@ -72,7 +72,7 @@ SET GLOBAL tidb_distsql_scan_concurrency = 10; - Default value: 0 - This variable is used to show whether the execution plan used in the previous `execute` statement is taken directly from the plan cache. -### last_plan_from_binding New in v4.0 +### last_plan_from_binding New in dev version - Scope: SESSION - Default value: 0 From 52410822fede14b9539c66d6255d94cba6095c2b Mon Sep 17 00:00:00 2001 From: Null not nil <67764674+nullnotnil@users.noreply.github.com> Date: Tue, 1 Dec 2020 22:46:18 -0700 Subject: [PATCH 2/2] Update system-variables.md Co-authored-by: TomShawn <41534398+TomShawn@users.noreply.github.com> --- system-variables.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/system-variables.md b/system-variables.md index 82f854669e884..c5a4348e524bc 100644 --- a/system-variables.md +++ b/system-variables.md @@ -72,7 +72,7 @@ SET GLOBAL tidb_distsql_scan_concurrency = 10; - Default value: 0 - This variable is used to show whether the execution plan used in the previous `execute` statement is taken directly from the plan cache. -### last_plan_from_binding New in dev version +### last_plan_from_binding - Scope: SESSION - Default value: 0