From 4e8c587f105bb1321ce260495174a9e6df86d4c8 Mon Sep 17 00:00:00 2001 From: Ti Chi Robot Date: Tue, 6 Aug 2024 10:44:10 +0800 Subject: [PATCH] tidb: add a bugfix about issue https://github.com/pingcap/tidb/issues/54652 (#18279) (#18281) --- releases/release-7.5.3.md | 1 + 1 file changed, 1 insertion(+) diff --git a/releases/release-7.5.3.md b/releases/release-7.5.3.md index b5793a352aac..ef1154421b90 100644 --- a/releases/release-7.5.3.md +++ b/releases/release-7.5.3.md @@ -78,6 +78,7 @@ TiDB 版本:7.5.3 - 修复 `INFORMATION_SCHEMA.TIDB_TRX` 表中 `STATE` 字段的 `size` 未定义导致 `STATE` 显示为空的问题 [#53026](https://github.com/pingcap/tidb/issues/53026) @[cfzjywxk](https://github.com/cfzjywxk) - 修复在自动收集统计信息时,系统变量 `tidb_enable_async_merge_global_stats` 和 `tidb_analyze_partition_concurrency` 未生效的问题 [#53972](https://github.com/pingcap/tidb/issues/53972) @[hi-rustin](https://github.com/hi-rustin) - 修复使用 `CURRENT_DATE()` 作为列默认值时查询结果错误的问题 [#53746](https://github.com/pingcap/tidb/issues/53746) @[tangenta](https://github.com/tangenta) + - 修复针对 `SELECT ... FOR UPDATE` 复用了错误点查询计划的问题 [#54652](https://github.com/pingcap/tidb/issues/54652) @[qw4990](https://github.com/qw4990) + TiKV