From 028ab7f0898badff18772998df6c1dca46d6977f Mon Sep 17 00:00:00 2001 From: Yuanjia Zhang Date: Fri, 13 Dec 2024 13:48:29 +0800 Subject: [PATCH] Update optimizer-fix-controls.md Co-authored-by: Aolin --- optimizer-fix-controls.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/optimizer-fix-controls.md b/optimizer-fix-controls.md index 668de24696cc9..087c269d6b814 100644 --- a/optimizer-fix-controls.md +++ b/optimizer-fix-controls.md @@ -75,7 +75,7 @@ SET SESSION tidb_opt_fix_control = '44262:ON,44389:ON'; - Default value: `ON` - Possible values: `ON`, `OFF` -- This variable controls whether to allow the Plan Cache to cache plans accessing generated columns. +- This variable controls whether Plan Cache is allowed to cache execution plans that access [generated columns](/generated-columns.md). ### [`46177`](https://github.com/pingcap/tidb/issues/46177) New in v6.5.6, v7.1.3 and v7.5.0