Skip to content

Commit

Permalink
add compatibility change notes
Browse files Browse the repository at this point in the history
Signed-off-by: Ran <huangran.alex@gmail.com>
  • Loading branch information
ran-huang committed Jun 29, 2022
1 parent 16dfe0b commit 7d1cad7
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion releases/release-5.3.2.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,10 @@ TiDB version: 5.3.2

## Compatibility Changes

+ TiDB

- Fix the issue that the `REPLACE` statement incorrectly changes other rows when the auto ID is out of range [#29483](https://github.com/pingcap/tidb/issues/29483)

+ PD

- Disable compiling swagger server by default [#4932](https://github.com/tikv/pd/issues/4932)
Expand Down Expand Up @@ -52,7 +56,6 @@ TiDB version: 5.3.2
- Fix a bug that TiDB may dispatch duplicate tasks to TiFlash [#32814](https://github.com/pingcap/tidb/issues/32814)
- Fix the issue that the background HTTP service of TiDB might not exit successfully and makes the cluster in an abnormal state [#30571](https://github.com/pingcap/tidb/issues/30571)
- Fix the panic issue caused by the `fatal error: concurrent map read and map write` error [#35340](https://github.com/pingcap/tidb/issues/35340)
- Fix the issue that the `REPLACE` statement incorrectly changes other rows when the auto ID is out of range [#29483](https://github.com/pingcap/tidb/issues/29483)

+ TiKV

Expand Down

0 comments on commit 7d1cad7

Please sign in to comment.