From d6451eccfcf15b1ee5430ef0a9d7e793b8738b51 Mon Sep 17 00:00:00 2001 From: TomShawn <41534398+TomShawn@users.noreply.github.com> Date: Tue, 12 May 2020 12:38:45 +0800 Subject: [PATCH] releases: add a note to tidb 3.0.14 release notes --- releases/3.0.14.md | 1 + 1 file changed, 1 insertion(+) diff --git a/releases/3.0.14.md b/releases/3.0.14.md index de88b1cfeca88..a773c27fe0c09 100644 --- a/releases/3.0.14.md +++ b/releases/3.0.14.md @@ -52,6 +52,7 @@ TiUP version: 3.0.14 - Prohibit starting TiDB when the `status` port is occupied [#15466](https://github.com/pingcap/tidb/pull/15466) - Change the character set of the `current_role` function from `binary` to `utf8mb4` [#16083](https://github.com/pingcap/tidb/pull/16083) - Improve `max-execution-time` usability by checking the interrupt signal when the data of a new Region is read [#15615](https://github.com/pingcap/tidb/pull/15615) + - Add the `ALTER TABLE ... AUTO_ID_CACHE` syntax for explicitly setting the cache step of `auto_id` [#16287](https://github.com/pingcap/tidb/pull/16287) + TiKV