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: 8 additions & 0 deletions system-variables.md
Original file line number Diff line number Diff line change
Expand Up @@ -588,6 +588,10 @@ This variable is an alias for [`last_insert_id`](#last_insert_id).
- Unit: Seconds
- The lock wait timeout for pessimistic transactions (default).

### InPacketBytes <span class="version-mark">New in v8.5.6</span>

- This variable is used only for internal statistics and is not visible to users.
Comment thread
qiancai marked this conversation as resolved.

### interactive_timeout

> **Note:**
Expand Down Expand Up @@ -657,6 +661,10 @@ This variable is an alias for [`last_insert_id`](#last_insert_id).
- In the `SESSION` scope, this variable is read-only.
- This variable is compatible with MySQL.

### OutPacketBytes <span class="version-mark">New in v8.5.6</span>

- This variable is used only for internal statistics and is not visible to users.

### password_history <span class="version-mark">New in v6.5.0</span>

- Scope: GLOBAL
Expand Down
Loading