Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

release: add v7.1.3 release notes (#15672) #15855

Merged
Merged
Changes from 1 commit
Commits
Show all changes
32 commits
Select commit Hold shift + click to select a range
cc2f598
add template
ran-huang Dec 12, 2023
e514cc7
replace with chinese notes
ran-huang Dec 12, 2023
fbd2c4e
move other dup notes
ran-huang Dec 12, 2023
1f80abf
Apply suggestions from code review
ran-huang Dec 12, 2023
9ea7424
Update releases/release-7.1.3.md
ran-huang Dec 13, 2023
11bbfca
Apply suggestions from code review
ran-huang Dec 14, 2023
1389f2e
Apply suggestions from code review
ran-huang Dec 15, 2023
9001aec
Apply suggestions from code review
ran-huang Dec 15, 2023
280ff7a
update
ran-huang Dec 15, 2023
48d750e
fix tw owner
ran-huang Dec 15, 2023
153249f
Apply suggestions from code review
ran-huang Dec 15, 2023
4fe7ffa
Apply suggestions from code review
hfxsd Dec 18, 2023
6bd9015
update TiDB part
Oreoxmt Dec 18, 2023
157f03c
Apply suggestions from code review
Oreoxmt Dec 18, 2023
54d07b5
Apply suggestions from code review
Oreoxmt Dec 18, 2023
43612eb
Apply suggestions from code review
qiancai Dec 18, 2023
86dbf1b
Apply suggestions from code review
ran-huang Dec 18, 2023
cc399bb
Update releases/release-7.1.3.md
hfxsd Dec 18, 2023
040ea05
Apply suggestions from code review
ran-huang Dec 18, 2023
a39dda7
Apply suggestions from code review
Oreoxmt Dec 18, 2023
63821ae
Update releases/release-7.1.3.md
qiancai Dec 19, 2023
3d6fc9a
Update releases/release-7.1.3.md
qiancai Dec 19, 2023
8d5fdd4
Update releases/release-7.1.3.md
qiancai Dec 19, 2023
81265f5
Update releases/release-7.1.3.md
qiancai Dec 19, 2023
dd3bc62
remove the issue fixed in master
Oreoxmt Dec 19, 2023
5554d97
Apply suggestions from code review
qiancai Dec 19, 2023
6bde921
Apply suggestions from code review
ran-huang Dec 19, 2023
49fab47
cleanup
ran-huang Dec 20, 2023
89867a6
Apply suggestions from code review
hfxsd Dec 21, 2023
1a1842a
Apply suggestions from code review
ran-huang Dec 21, 2023
b2dfeb7
Update releases/release-7.1.3.md
ran-huang Dec 21, 2023
ef903ae
Update releases/release-7.1.3.md
ran-huang Dec 21, 2023
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
update TiDB part
  • Loading branch information
Oreoxmt authored and ti-chi-bot committed Dec 21, 2023
commit 6bd90155359f514063cb81f1cc781f20ff11f3ab
18 changes: 9 additions & 9 deletions releases/release-7.1.3.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@ TiDB 版本:7.1.3

+ TiDB <!-- **tw:@oreoxmt** 2 -->

- 当 collation 被 enable 且过滤条件有 `like` 时,优化器可以产生 IndexRangeScan 从而提高执行效率 [#48181](https://github.com/pingcap/tidb/issues/48181) @[time-and-fate](https://github.com/time-and-fate)
- 在启用安全增强模式 (SEM) 时,禁止更改 @@global.require_secure_transport 变量为 'on' [#47665](https://github.com/pingcap/tidb/issues/47665) @[tiancaiamao](https://github.com/tiancaiamao)
- 当启用排序规则并且查询条件中包含 `LIKE` 时,优化器可以产生 IndexRangeScan 以提高执行效率 [#48181](https://github.com/pingcap/tidb/issues/48181) @[time-and-fate](https://github.com/time-and-fate)
- 在启用安全增强模式 (SEM) 时,禁止更改 `require_secure_transport` 变量为 `ON` [#47665](https://github.com/pingcap/tidb/issues/47665) @[tiancaiamao](https://github.com/tiancaiamao)

+ TiKV

Expand Down Expand Up @@ -84,13 +84,13 @@ TiDB 版本:7.1.3
+ TiDB

<!-- **tw:@Oreoxmt** 12-->
- 修复包含 CTE 的查询,在由于内存超限被 kill 时,查询非预期 hang 住的问题 [#49096](https://github.com/pingcap/tidb/issues/49096) @[AilinKid](https://github.com/AilinKid})
- 修复 tidb_server_memory_limit 导致在内存压力长期处于高位时,tidb CPU 利用率过高的问题 [#48741](https://github.com/pingcap/tidb/issues/48741) @[XuHuaiyu](https://github.com/XuHuaiyu)
- 修复 tidb_max_chunk_size 设置值调小时,包含 CTE 的查询报错 `runtime error: index out of range [32] with length 32` 的问题 [#48808](https://github.com/pingcap/tidb/issues/48808) @[guo-shaoge](https://github.com/guo-shaoge)
- 修复 enum 类型列作为 join 键时,查询结果出错的问题 [#48991](https://github.com/pingcap/tidb/issues/48991) @[winoros](https://github.com/winoros)
- 修复 Recursive CTE 中包含 Agg 或者 Window 导致的解析错误[#47711](https://github.com/pingcap/tidb/issues/47711) @[elsa0520](https://github.com/elsa0520)
- 修复可能错误地将 update 转换成 PointGet 的问题 [#47445](https://github.com/pingcap/tidb/issues/47445) @[hi-rustin](https://github.com/hi-rustin)
- 修复对 stats_history 表进行垃圾回收时可能导致 OOM 的问题[#48431](https://github.com/pingcap/tidb/issues/48431) @[hawkingrei](https://github.com/hawkingrei)
- 修复包含公共表表达式 (CTE) 的查询,在由于内存超限被 kill 时,查询非预期卡住的问题 [#49096](https://github.com/pingcap/tidb/issues/49096) @[AilinKid](https://github.com/AilinKid})
- 修复 `tidb_server_memory_limit` 导致内存长期压力较高时,TiDB CPU 利用率过高的问题 [#48741](https://github.com/pingcap/tidb/issues/48741) @[XuHuaiyu](https://github.com/XuHuaiyu)
- 修复 `tidb_max_chunk_size` 值较小时,包含 CTE 的查询出现 `runtime error: index out of range [32] with length 32` 错误的问题 [#48808](https://github.com/pingcap/tidb/issues/48808) @[guo-shaoge](https://github.com/guo-shaoge)
- 修复 `ENUM` 类型列作为 join 键时,查询结果错误的问题 [#48991](https://github.com/pingcap/tidb/issues/48991) @[winoros](https://github.com/winoros)
- 修复递归 CTE 中包含聚合函数或者窗口函数导致的解析错误 [#47711](https://github.com/pingcap/tidb/issues/47711) @[elsa0520](https://github.com/elsa0520)
- 修复 `UPDATE` 语句可能被错误地转成 PointGet 的问题 [#47445](https://github.com/pingcap/tidb/issues/47445) @[hi-rustin](https://github.com/hi-rustin)
- 修复对 `stats_history` 表进行垃圾回收时可能导致 OOM 的问题 [#48431](https://github.com/pingcap/tidb/issues/48431) @[hawkingrei](https://github.com/hawkingrei)
<!-- **tw:@qiancai** 12 -->
- 修复某些情况下相同的查询计划拥有不同的 digest 的问题 [#47634](https://github.com/pingcap/tidb/issues/47634) @[King-Dylan](https://github.com/King-Dylan)
- 修复内存大量使用时无法 kill GenJSONTableFromStats 的问题 [#47779](https://github.com/pingcap/tidb/issues/47779) @[hawkingrei](https://github.com/hawkingrei)
Expand Down