Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

releases: add TiDB 5.1.1 release notes #6030

Merged
merged 17 commits into from
Jul 30, 2021
Merged
Prev Previous commit
Next Next commit
Update release-5.1.1.md
  • Loading branch information
TomShawn committed Jul 30, 2021
commit 0a180c48148c097bf7eed224a4dac6d6cb91ddb1
2 changes: 1 addition & 1 deletion releases/release-5.1.1.md
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ TiDB version: 5.1.1

- Fix the data loss issue that might occur when changing the column type with `tidb_enable_amend_pessimistic_txn=on` [#26203](https://github.com/pingcap/tidb/issues/26203)
- Fix the issue that the behavior of the `last_day` function is incompatible in the SQL mode [#26001](https://github.com/pingcap/tidb/pull/26001)
?- Fix the panic issue that might occur when `LIMIT` is on top of window functions [#25980](https://github.com/pingcap/tidb/pull/25980)
- Fix the panic issue that might occur when `LIMIT` is on top of window functions [#25980](https://github.com/pingcap/tidb/pull/25980)
- Fix the issue that committing pessimistic transactions might cause write-conflict issues [#25973](https://github.com/pingcap/tidb/pull/25973)
- Fix the issue that the result of index join in correlated subqueries is wrong [#25819](https://github.com/pingcap/tidb/pull/25819)
- Fix a bug that the successfully committed optimistic transactions might report commit errors [#25803](https://github.com/pingcap/tidb/pull/25803)
Expand Down