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) #11603

Merged
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 authored and ti-chi-bot committed Oct 13, 2022
commit f07441b7ea639c49b10d3f7627cd5a84c6d13154
10 changes: 0 additions & 10 deletions system-variables.md
Original file line number Diff line number Diff line change
Expand Up @@ -303,16 +303,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