Skip to content

Commit

Permalink
formatting error
Browse files Browse the repository at this point in the history
  • Loading branch information
terry1purcell committed Aug 14, 2024
1 parent efae2e4 commit 0c3329a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion optimizer-fix-controls.md
Original file line number Diff line number Diff line change
Expand Up @@ -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) <span class="version-mark">New in v8.1.0</span>

- Default value: `OFF`
Expand Down

0 comments on commit 0c3329a

Please sign in to comment.