Skip to content

Commit

Permalink
tidb: add a bugfix about issue pingcap/tidb#54652 (#18484)
Browse files Browse the repository at this point in the history
  • Loading branch information
hfxsd authored Aug 6, 2024
1 parent aaf4a8b commit a74683f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions releases/release-7.5.3.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 get plans for `SELECT ... FOR UPDATE` [#54652](https://github.com/pingcap/tidb/issues/54652) @[qw4990](https://github.com/qw4990)

+ TiKV

Expand Down

0 comments on commit a74683f

Please sign in to comment.