Skip to content

Commit 0f66468

Browse files
authored
update release for fix control 54337 to 8.3 (#20185)
1 parent 4417384 commit 0f66468

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

optimizer-fix-controls.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ SET SESSION tidb_opt_fix_control = '44262:ON,44389:ON';
108108
- 如果查询有除了全表扫描以外的单索引扫描方式可以选择,优化器不会自动选择索引合并。详情请参考[用 EXPLAIN 查看索引合并的 SQL 执行计划](/explain-index-merge.md#示例)中的**注意**部分。
109109
- 打开此开关后,这个限制会被解除。解除此限制能让优化器在更多查询中自动选择索引合并,但也有可能忽略其他更好的执行计划,因此建议在解除此限制前针对实际场景进行充分测试,确保不会带来性能回退。
110110

111-
### [`54337`](https://github.com/pingcap/tidb/issues/54337) <span class="version-mark">从 v8.2.0 版本开始引入</span>
111+
### [`54337`](https://github.com/pingcap/tidb/issues/54337) <span class="version-mark">从 v8.3.0 版本开始引入</span>
112112

113113
- 默认值:`OFF`
114114
- 可选值:`ON``OFF`

0 commit comments

Comments
 (0)