From 424c469592c53aafc7d74d5c7c8f1bf22c1416ba Mon Sep 17 00:00:00 2001 From: houfaxin Date: Mon, 5 Aug 2024 18:31:27 +0800 Subject: [PATCH 1/2] Update release-7.5.3.md --- 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 82c34249fb256..2eef886617ba8 100644 --- a/releases/release-7.5.3.md +++ b/releases/release-7.5.3.md @@ -78,6 +78,7 @@ Quick access: [Quick start](https://docs.pingcap.com/tidb/v7.5/quick-start-with- - Fix the issue that the `STATE` field in the `INFORMATION_SCHEMA.TIDB_TRX` table is empty due to the `size` of the `STATE` field not being defined [#53026](https://github.com/pingcap/tidb/issues/53026) @[cfzjywxk](https://github.com/cfzjywxk) - Fix the issue that the `tidb_enable_async_merge_global_stats` and `tidb_analyze_partition_concurrency` system variables do not take effect during automatic statistics collection [#53972](https://github.com/pingcap/tidb/issues/53972) @[hi-rustin](https://github.com/hi-rustin) - Fix the issue that using `CURRENT_DATE()` as the default value for a column results in incorrect query results [#53746](https://github.com/pingcap/tidb/issues/53746) @[tangenta](https://github.com/tangenta) + - Fix the issue of reusing wrong point-plans for `SELECT ... FOR UPDATE` [#54652](https://github.com/pingcap/tidb/issues/54652) @[qw4990](https://github.com/qw4990) + TiKV From 1783eb67ba1908259209f8e2ea35ac5609a1cb73 Mon Sep 17 00:00:00 2001 From: xixirangrang Date: Tue, 6 Aug 2024 10:41:09 +0800 Subject: [PATCH 2/2] Update releases/release-7.5.3.md Co-authored-by: Grace Cai --- releases/release-7.5.3.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/releases/release-7.5.3.md b/releases/release-7.5.3.md index 2eef886617ba8..42dfa497dc966 100644 --- a/releases/release-7.5.3.md +++ b/releases/release-7.5.3.md @@ -78,7 +78,7 @@ Quick access: [Quick start](https://docs.pingcap.com/tidb/v7.5/quick-start-with- - Fix the issue that the `STATE` field in the `INFORMATION_SCHEMA.TIDB_TRX` table is empty due to the `size` of the `STATE` field not being defined [#53026](https://github.com/pingcap/tidb/issues/53026) @[cfzjywxk](https://github.com/cfzjywxk) - Fix the issue that the `tidb_enable_async_merge_global_stats` and `tidb_analyze_partition_concurrency` system variables do not take effect during automatic statistics collection [#53972](https://github.com/pingcap/tidb/issues/53972) @[hi-rustin](https://github.com/hi-rustin) - Fix the issue that using `CURRENT_DATE()` as the default value for a column results in incorrect query results [#53746](https://github.com/pingcap/tidb/issues/53746) @[tangenta](https://github.com/tangenta) - - Fix the issue of reusing wrong point-plans for `SELECT ... FOR UPDATE` [#54652](https://github.com/pingcap/tidb/issues/54652) @[qw4990](https://github.com/qw4990) + - Fix the issue of reusing wrong point get plans for `SELECT ... FOR UPDATE` [#54652](https://github.com/pingcap/tidb/issues/54652) @[qw4990](https://github.com/qw4990) + TiKV