Skip to content

Commit

Permalink
fixup
Browse files Browse the repository at this point in the history
  • Loading branch information
qw4990 committed Nov 29, 2024
1 parent 7f1d9fc commit a23c5ff
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 @@ -77,6 +77,12 @@ SET SESSION tidb_opt_fix_control = '44262:ON,44389:ON';
- Possible values: `ON`, `OFF`
- This variable controls whether to allow the Plan Cache to cache plans accessing generated columns.

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

- Default value: `ON`
- Possible values: `ON`, `OFF`
- This variable controls whether to explore enforced plans during optimization if it has already found an unenforced plan.

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

- Default value: `ON`
Expand Down

0 comments on commit a23c5ff

Please sign in to comment.