From 8f3b1a8aba91ade6c3110cce05a6cc3f77088540 Mon Sep 17 00:00:00 2001 From: Lilian Lee Date: Fri, 9 Aug 2024 17:40:54 +0800 Subject: [PATCH] Update releases/release-8.1.1.md --- releases/release-8.1.1.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/releases/release-8.1.1.md b/releases/release-8.1.1.md index 245d0d89860f..f64e70968028 100644 --- a/releases/release-8.1.1.md +++ b/releases/release-8.1.1.md @@ -103,7 +103,7 @@ TiDB 版本:8.1.1 - 修复 `root` 用户无法查询 `tidb_mdl_view` 的问题 [#53292](https://github.com/pingcap/tidb/issues/53292) @[tangenta](https://github.com/tangenta) - 修复使用分布式框架添加索引期间出现网络分区可能导致数据索引不一致的问题 [#54897](https://github.com/pingcap/tidb/issues/54897) @[tangenta](https://github.com/tangenta) - 修复 local backend 初始化期间报错可能导致资源泄露的问题 [#53659](https://github.com/pingcap/tidb/issues/53659) @[D3Hunter](https://github.com/D3Hunter) - - 修复当 view 定义中使用子查询作为列定义时,无法通过 `information_schema.columns` 获取列信息的问题 [#54343](https://github.com/pingcap/tidb/issues/54343) @[lance6716](https://github.com/lance6716) + - 修复当视图定义中使用子查询作为列定义时,无法通过 `information_schema.columns` 获取列信息的问题 [#54343](https://github.com/pingcap/tidb/issues/54343) @[lance6716](https://github.com/lance6716) - 修复使用索引加速添加唯一索引在遇到 owner 切换时可能导致 duplicate entry 的问题 [#49233](https://github.com/pingcap/tidb/issues/49233) @[lance6716](https://github.com/lance6716) - 修复设置 `global.tidb_cloud_storage_uri` 时报错信息不清晰的问题 [#54096](https://github.com/pingcap/tidb/issues/54096) @[lance6716](https://github.com/lance6716) - 支持在多值索引的 `IndexRangeScan` 上生成 `Selection` [#55012](https://github.com/pingcap/tidb/issues/55012)@[time-and-fate](https://github.com/time-and-fate)