From 7d45d8a604c4a906f69dae0cd9f6f2e75181f151 Mon Sep 17 00:00:00 2001 From: Aolin Date: Fri, 13 Dec 2024 18:01:03 +0800 Subject: [PATCH] planner: fix the default value of 46177 to OFF for versions earlier than 8.5 (#19687) --- 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 7f18454ff5298..1c41c658a692f 100644 --- a/optimizer-fix-controls.md +++ b/optimizer-fix-controls.md @@ -54,6 +54,6 @@ SET SESSION tidb_opt_fix_control = '44262:ON,44389:ON'; ### [`46177`](https://github.com/pingcap/tidb/issues/46177) New in v6.5.6 -- Default value: `ON` +- Default value: `OFF` - Possible values: `ON`, `OFF` - This variable controls whether the optimizer explores enforced plans during query optimization after finding an unenforced plan.