diff --git a/releases/3.0.14.md b/releases/3.0.14.md index 9812badfe3cf..54d1e7ad3279 100644 --- a/releases/3.0.14.md +++ b/releases/3.0.14.md @@ -52,6 +52,7 @@ TiUP 版本:3.0.14 - 当 status 端口被占用时,禁止启动 TiDB [#15466](https://github.com/pingcap/tidb/pull/15466) - `current_role` 函数的字符集由 binary 调整为 utf8mb4 [#16083](https://github.com/pingcap/tidb/pull/16083) - 通过在处理完每个 Region 后增加检查 `max-execution-time` 是否符合条件,提升系统处理 `max-execution-time` 的响应灵敏度 [#15615](https://github.com/pingcap/tidb/pull/15615) + - 新增语法 `ALTER TABLE ... AUTO_ID_CACHE` 用于显式设置 `auto_id` 的缓存步长 [#16287](https://github.com/pingcap/tidb/pull/16287) + TiKV