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 (pingcap#15976)
  • Loading branch information
qiancai authored Jan 3, 2024
1 parent e18175c commit bc691cb
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 @@ -663,6 +663,7 @@ mysql> SHOW GLOBAL VARIABLES LIKE 'max_prepared_stmt_count';
- 取值范围:`[1024, 1073741824]`
- 该变量取值应为 1024 的整数倍。若取值无法被 1024 整除,则会提示 warning 并向下取整。例如设置为 1025 时,则 TiDB 中的实际取值为 1024。
- 服务器端和客户端在一次传送数据包的过程中所允许最大的数据包大小,单位为字节。
-`SESSION` 作用域下,该变量为只读变量。
- 该变量的行为与 MySQL 兼容。

### `mpp_exchange_compression_mode` <span class="version-mark">从 v6.6.0 版本开始引入</span>
Expand Down

0 comments on commit bc691cb

Please sign in to comment.