Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 0 additions & 6 deletions tidb-configuration-file.md
Original file line number Diff line number Diff line change
Expand Up @@ -557,12 +557,6 @@ Configurations related to the `events_statement_summary_by_digest` table.

The `experimental` section describes configurations related to the experimental features of TiDB. This section is introduced since v3.1.0.

### `allow-auto-random` <span class="version-mark">New in v3.1.0</span>

- 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.

### `allow-expression-index` <span class="version-mark">New in v4.0.0</span>

- Determines whether to create the expression index.
Expand Down