From 0c3329a8ec3007db5120ea509236e6f0f9ad1be9 Mon Sep 17 00:00:00 2001 From: tpp Date: Wed, 14 Aug 2024 06:23:15 -0700 Subject: [PATCH] formatting error --- optimizer-fix-controls.md | 1 - 1 file changed, 1 deletion(-) diff --git a/optimizer-fix-controls.md b/optimizer-fix-controls.md index 85a41caad550d..efe6f13bae398 100644 --- a/optimizer-fix-controls.md +++ b/optimizer-fix-controls.md @@ -77,7 +77,6 @@ SET SESSION tidb_opt_fix_control = '44262:ON,44389:ON'; - Possible values: `ON`, `OFF` - This variable sets the minimum row estimate that the optimizer will allow. Due to challenges that all optimizers face in accuracy in estimating the number of qualified rows for each plan step in a query plan, it is common that an optimizer will set a lower limit. The default implemented in TiDB is consistent with other databases, and this variable allows a customer to enable the prior behavior. - ### [`52869`](https://github.com/pingcap/tidb/issues/52869) New in v8.1.0 - Default value: `OFF`