Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

sysvar: add 12 sysvars to docs-cn #11495

Merged
merged 4 commits into from
Oct 13, 2022
Merged
Changes from 1 commit
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
Prev Previous commit
Next Next commit
Update system-variables.md
  • Loading branch information
TomShawn committed Oct 8, 2022
commit 6dec85384c79a8b8cab696736a6eab1165c8c7ed
10 changes: 0 additions & 10 deletions system-variables.md
Original file line number Diff line number Diff line change
Expand Up @@ -304,16 +304,6 @@ mysql> SELECT * FROM t1;
- 默认值:`OFF`
- 该变量表示是否使用 [TiDB Binlog](/tidb-binlog/tidb-binlog-overview.md)。

### `max_allowed_packet`

- 作用域:SESSION | GLOBAL
- 是否持久化到集群:是
- 类型:整数
- 默认值:`67108864`
- 取值范围:`[1024, 1073741824]`
- 单位:字节
- 该变量表示 MySQL 协议的最大包大小。

### `max_connections`

- 作用域:GLOBAL
Expand Down