From 83683c56bc9edcf364482b3db1f13058b2b352f9 Mon Sep 17 00:00:00 2001 From: Aolin Date: Wed, 7 Feb 2024 11:00:18 +0800 Subject: [PATCH] add missing release note in 6.5.7 --- releases/release-6.5.7.md | 1 + 1 file changed, 1 insertion(+) diff --git a/releases/release-6.5.7.md b/releases/release-6.5.7.md index 4d436b9c639bb..b953cc43719ae 100644 --- a/releases/release-6.5.7.md +++ b/releases/release-6.5.7.md @@ -64,6 +64,7 @@ Quick access: [Quick start](https://docs.pingcap.com/tidb/v6.5/quick-start-with- - Fix the issue that TiDB panics and reports an error `invalid memory address or nil pointer dereference` [#42739](https://github.com/pingcap/tidb/issues/42739) @[CbcWestwolf](https://github.com/CbcWestwolf) - Fix the issue that CTE queries might report an error `type assertion for CTEStorageMap failed` during the retry process [#46522](https://github.com/pingcap/tidb/issues/46522) @[tiancaiamao](https://github.com/tiancaiamao) - Fix the issue that Daylight Saving Time is displayed incorrectly in some time zones [#49586](https://github.com/pingcap/tidb/issues/49586) @[overvenus](https://github.com/overvenus) + - Fix the issue that the completion times of two DDL tasks with dependencies are incorrectly sequenced [#49498](https://github.com/pingcap/tidb/issues/49498) @[tangenta](https://github.com/tangenta) + TiKV