Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
Signed-off-by: “EricZequan” <[email protected]>
  • Loading branch information
EricZequan committed Dec 13, 2024
1 parent 76f0fbc commit 838b692
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions optimizer-fix-controls.md
Original file line number Diff line number Diff line change
Expand Up @@ -76,3 +76,9 @@ SET SESSION tidb_opt_fix_control = '44262:ON,44389: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.

### [`56318`](https://github.com/pingcap/tidb/issues/56318) <span class="version-mark">New in v7.5.0</span>

- Default value: `ON`
- Possible values: `ON`, `OFF`
- This variable controls whether to avoid calculating the heavy expression used in ORDER BY stmt twice。

Check failure on line 84 in optimizer-fix-controls.md

View workflow job for this annotation

GitHub Actions / vale

[vale] reported by reviewdog 🐶 [PingCAP.ZhPunctuation] Don't use Chinese punctuation (。) in English text. Raw Output: {"message": "[PingCAP.ZhPunctuation] Don't use Chinese punctuation (。) in English text.", "location": {"path": "optimizer-fix-controls.md", "range": {"start": {"line": 84, "column": 103}}}, "severity": "ERROR"}

0 comments on commit 838b692

Please sign in to comment.