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

config, sysvar: update descriptions about instance sysvars #10978

Merged
merged 52 commits into from
Nov 1, 2022
Merged
Changes from 1 commit
Commits
Show all changes
52 commits
Select commit Hold shift + click to select a range
982ea2b
config, sysvar: update descriptions about instance sysvars
CbcWestwolf Aug 18, 2022
7fdf9d4
Fix
CbcWestwolf Aug 18, 2022
88db956
force-priority
CbcWestwolf Aug 19, 2022
a24d0b3
Merge branch 'master' into pr/10978
TomShawn Sep 6, 2022
142da6b
Merge branch 'master' of github.com:pingcap/docs-cn into fix_configs_…
CbcWestwolf Oct 6, 2022
e534a5c
Update
CbcWestwolf Oct 6, 2022
e447d3b
Fix
CbcWestwolf Oct 6, 2022
dbd054e
Update
CbcWestwolf Oct 6, 2022
5bff2de
Merge branch 'master' of github.com:pingcap/docs-cn into fix_configs_…
CbcWestwolf Oct 8, 2022
7f8e5df
Merge branch 'master' of github.com:pingcap/docs-cn into fix_configs_…
CbcWestwolf Oct 10, 2022
0ed4864
Update dashboard/dashboard-slow-query.md
CbcWestwolf Oct 10, 2022
ffcda55
Update tidb-configuration-file.md
CbcWestwolf Oct 10, 2022
e9a322c
Update tidb-configuration-file.md
CbcWestwolf Oct 10, 2022
b331a8a
Merge branch 'fix_configs_sysvars' of github.com:CbcWestwolf/docs-cn …
CbcWestwolf Oct 10, 2022
01e0d08
Remove version info
CbcWestwolf Oct 10, 2022
de2638c
Add description about inheriting config
CbcWestwolf Oct 10, 2022
70a3a2f
Update dashboard/dashboard-slow-query.md
CbcWestwolf Oct 17, 2022
2024532
Update faq/manage-cluster-faq.md
CbcWestwolf Oct 17, 2022
6a38e5e
Update identify-slow-queries.md
CbcWestwolf Oct 17, 2022
40321f5
Update identify-slow-queries.md
CbcWestwolf Oct 17, 2022
b2c856d
Update tidb-configuration-file.md
CbcWestwolf Oct 17, 2022
2b5f0ff
Update tidb-configuration-file.md
CbcWestwolf Oct 17, 2022
fbf2d0e
Update tidb-configuration-file.md
CbcWestwolf Oct 17, 2022
b4e1b40
Update tidb-configuration-file.md
CbcWestwolf Oct 17, 2022
7e7df69
Update tidb-configuration-file.md
CbcWestwolf Oct 17, 2022
616bf63
Update tidb-configuration-file.md
CbcWestwolf Oct 17, 2022
4ba36ce
Update tidb-configuration-file.md
CbcWestwolf Oct 17, 2022
8b723ac
Add deprecated config items
CbcWestwolf Oct 17, 2022
bcf941b
Update
CbcWestwolf Oct 18, 2022
ff94987
Merge branch 'master' of github.com:pingcap/docs-cn into fix_configs_…
CbcWestwolf Oct 18, 2022
d489d94
Update
CbcWestwolf Oct 18, 2022
b080c12
Update system-variables.md
CbcWestwolf Oct 18, 2022
1c34835
Update tidb-configuration-file.md
CbcWestwolf Oct 18, 2022
6909c80
Update tidb-configuration-file.md
CbcWestwolf Oct 18, 2022
fbcdd97
Update tidb-configuration-file.md
CbcWestwolf Oct 18, 2022
0b9ea82
Update tidb-configuration-file.md
CbcWestwolf Oct 18, 2022
1c6f562
Update tidb-configuration-file.md
CbcWestwolf Oct 18, 2022
90362e0
Update tidb-configuration-file.md
CbcWestwolf Oct 18, 2022
1eac4e8
Update tidb-configuration-file.md
CbcWestwolf Oct 18, 2022
e9198b6
Update tidb-configuration-file.md
CbcWestwolf Oct 18, 2022
4d0e2cc
Remote "出于兼容性考虑"
CbcWestwolf Oct 18, 2022
4c837ef
Update tidb-configuration-file.md
CbcWestwolf Oct 18, 2022
821996e
Apply suggestions from code review
CbcWestwolf Oct 18, 2022
f39f024
Update tidb-configuration-file.md
TomShawn Oct 19, 2022
f1d685d
Apply suggestions from code review
CbcWestwolf Oct 19, 2022
eb2a0fd
Update
CbcWestwolf Oct 19, 2022
621fa52
Update
CbcWestwolf Oct 20, 2022
5e03a8c
right order
TomShawn Oct 20, 2022
cf6953c
Update system-variables.md
CbcWestwolf Oct 20, 2022
47a09da
Update tidb-configuration-file.md
CbcWestwolf Oct 20, 2022
7875606
Update tidb-configuration-file.md
CbcWestwolf Oct 20, 2022
50d3e43
Apply suggestions from code review
CbcWestwolf Oct 31, 2022
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
Co-authored-by: TomShawn <41534398+TomShawn@users.noreply.github.com>
  • Loading branch information
CbcWestwolf and TomShawn authored Oct 20, 2022
commit cf6953cb710cc58318db253527e1db7f2bfa1155
2 changes: 1 addition & 1 deletion system-variables.md
Original file line number Diff line number Diff line change
Expand Up @@ -312,7 +312,7 @@ mysql> SELECT * FROM t1;
- 默认值:`0`
- 取值范围:`[0, 100000]`
- 该变量表示 TiDB 中同时允许的最大客户端连接数,用于资源控制。
- 默认情况下,该变量值为 `0` 表示不限制客户端连接数。当本配置项的值大于 `0` 且客户端连接数到达此值时,TiDB 服务端将会拒绝新的客户端连接。
- 默认情况下,该变量值为 `0` 表示不限制客户端连接数。当本变量的值大于 `0` 且客户端连接数到达此值时,TiDB 服务端将会拒绝新的客户端连接。

### `max_execution_time`

Expand Down