Skip to content

Commit

Permalink
system-variable: indicate that max_allowed_packet is ready only in th…
Browse files Browse the repository at this point in the history
…e session scope (#15946)
  • Loading branch information
qiancai authored Jan 3, 2024
1 parent e96b373 commit 8e7694e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions system-variables.md
Original file line number Diff line number Diff line change
Expand Up @@ -656,6 +656,7 @@ This variable is an alias for [`last_insert_id`](#last_insert_id).
- Range: `[1024, 1073741824]`
- The value should be an integer multiple of 1024. If the value is not divisible by 1024, a warning will be prompted and the value will be rounded down. For example, when the value is set to 1025, the actual value in TiDB is 1024.
- The maximum packet size allowed by the server and the client in one transmission of packets.
- In the `SESSION` scope, this variable is read-only.
- This variable is compatible with MySQL.

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

0 comments on commit 8e7694e

Please sign in to comment.