From 155dba7a02e47102072fbfedcca6bd0ae7f3cec0 Mon Sep 17 00:00:00 2001 From: tiancaiamao Date: Wed, 17 Jul 2019 13:49:31 +0800 Subject: [PATCH] v3.0/releases: update the 3.0.1 release note --- v3.0/releases/3.0.1.md | 1 + 1 file changed, 1 insertion(+) diff --git a/v3.0/releases/3.0.1.md b/v3.0/releases/3.0.1.md index ebfbd83bc4579..3928b49d9d326 100644 --- a/v3.0/releases/3.0.1.md +++ b/v3.0/releases/3.0.1.md @@ -13,6 +13,7 @@ TiDB Ansible version: 3.0.1 ## TiDB ++ Add support for the `MAX_EXECUTION_TIME` feature [#11026](https://github.com/pingcap/tidb/pull/11026) + Add the `tidb_wait_split_region_finish_backoff` session variable to control the backoff time of splitting Regions [#11166](https://github.com/pingcap/tidb/pull/11166) + Support automatically adjusting the incremental gap allocated by auto-increment IDs based on the load, and the auto-adjustment scope of the incremental gap is 1000~2000000 [#11006](https://github.com/pingcap/tidb/pull/11006) + Add the `ADMIN PLUGINS ENABLE`/`ADMIN PLUGINS DISABLE` SQL statement to dynamically enable or disable plugins [#11157](https://github.com/pingcap/tidb/pull/11157)