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
8 changes: 0 additions & 8 deletions system-variables.md
Original file line number Diff line number Diff line change
Expand Up @@ -1565,14 +1565,6 @@ SET tidb_slow_log_threshold = 200;
- Default value: ""
- A non-empty value of this variable indicates the UNIX epoch that is used as the timestamp for `CURRENT_TIMESTAMP()`, `NOW()`, and other functions. This variable might be used in data restore or replication.

### tmp_table_size

- Scope: SESSION | GLOBAL
- Default value: `16777216`
- Range: `[1024, 9223372036854775807]`
- Unit: Bytes
- Indicates the maximum size of a temporary table.

### transaction_isolation

- Scope: SESSION | GLOBAL
Expand Down