From 29b5a7023312a3a2ab6b25dbc1bb15a02a7f5bc1 Mon Sep 17 00:00:00 2001 From: Grace Cai Date: Mon, 16 Dec 2024 10:27:20 +0800 Subject: [PATCH] add #9714 Co-authored-by: JaySon --- releases/release-8.5.0.md | 1 + 1 file changed, 1 insertion(+) diff --git a/releases/release-8.5.0.md b/releases/release-8.5.0.md index ab8da5014b5a..c299658697d7 100644 --- a/releases/release-8.5.0.md +++ b/releases/release-8.5.0.md @@ -389,6 +389,7 @@ TiDB 8.5.0 为长期支持版本 (Long-Term Support Release, LTS)。 - 修复当 `SUBSTRING()` 函数的第二个参数为负数时,可能返回错误结果的问题 [#9604](https://github.com/pingcap/tiflash/issues/9604) @[guo-shaoge](https://github.com/guo-shaoge) - 修复当 `REPLACE()` 函数的第一个参数为常数时,可能报错的问题 [#9522](https://github.com/pingcap/tiflash/issues/9522) @[guo-shaoge](https://github.com/guo-shaoge) - 修复当 `LPAD()` 和 `RPAD()` 函数在某些情况下返回错误结果的问题 [#9465](https://github.com/pingcap/tiflash/issues/9465) @[guo-shaoge](https://github.com/guo-shaoge) + - 修复在创建向量索引后,如果 TiFlash 内部用于构建向量索引的任务被意外中断,可能造成 TiFlash 写入损坏数据并无法重启的问题 [#9714](https://github.com/pingcap/tiflash/issues/9714) @[JaySon-Huang](https://github.com/JaySon-Huang) + Tools