From 9268a463dda159ae8851b63fb615fbb8fabd953d Mon Sep 17 00:00:00 2001 From: JoyinQin <56883733+Joyinqin@users.noreply.github.com> Date: Tue, 13 Oct 2020 08:22:41 +0800 Subject: [PATCH] Update tidb-configuration-file.md --- tidb-configuration-file.md | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/tidb-configuration-file.md b/tidb-configuration-file.md index 15c35742ba28f..b78d6c7b73a95 100644 --- a/tidb-configuration-file.md +++ b/tidb-configuration-file.md @@ -548,10 +548,4 @@ Configurations related to the `events_statement_summary_by_digest` table. ## experimental -The `experimental` section describes configurations related to the experimental features of TiDB. This section is introduced since v3.1.0. - -### `allow-auto-random` New in v3.1.0 - -- Determines whether to allow using `AUTO_RANDOM`. -- Default value: `false` -- By default, TiDB does not support using `AUTO_RANDOM`. When the value is `true`, you cannot set `alter-primary-key` to `true` at the same time. +The `experimental` section describes configurations related to the experimental features of TiDB. This section is introduced since v3.1.0. \ No newline at end of file