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 16, 2024
1 parent a83eb35 commit ea550e1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions optimizer-fix-controls.md
Original file line number Diff line number Diff line change
Expand Up @@ -77,8 +77,8 @@ SET SESSION tidb_opt_fix_control = '44262:ON,44389:ON';
- 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>
### [`56318`](https://github.com/pingcap/tidb/issues/56318) <span class="version-mark">For TiDB Cloud Serverless</span>

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

0 comments on commit ea550e1

Please sign in to comment.