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

cloud: add SQL and TiFlash related docs (#9001) #9479

Merged
Merged
Changes from 1 commit
Commits
Show all changes
32 commits
Select commit Hold shift + click to select a range
05d5abf
This is an automated cherry-pick of #9001
qiancai Jul 4, 2022
d124d1e
resolve file conflicts from v5.4
qiancai Jul 4, 2022
1b47a7a
add custom content
qiancai Jul 5, 2022
ed64eb8
add v6.0 and v6.1 applicable docs
qiancai Jul 6, 2022
0b04d72
Update TOC-tidb-cloud.md
qiancai Jul 6, 2022
d6946eb
add custom content for v6.1 new changes
qiancai Jul 7, 2022
0616aba
Merge branch 'release-6.1' into pr/9479
qiancai Jul 8, 2022
b025eaa
Merge branch 'release-6.1' into pr/9479
qiancai Jul 8, 2022
6cb5641
add TiFlash usage docs
qiancai Jul 8, 2022
2943d4b
add custom content
qiancai Jul 8, 2022
c7d12a1
Update system-variables.md
qiancai Jul 8, 2022
3938998
fix broken links
qiancai Jul 8, 2022
fa66c84
add a blank line
qiancai Jul 8, 2022
925fc2d
*: update wording and format
lilin90 Jul 11, 2022
97cf77c
Update sql-statements/sql-statement-create-index.md
qiancai Jul 11, 2022
40e7b79
correct the custom info
qiancai Jul 11, 2022
6c0d22d
Merge branch 'cherry-pick-9001-to-release-6.1' of https://github.com/…
qiancai Jul 11, 2022
a1b3ce4
update custom content
qiancai Jul 11, 2022
f02ead3
Apply suggestions from code review
qiancai Jul 15, 2022
97231eb
Update system-variables.md
qiancai Jul 15, 2022
36d4701
Merge branch 'cherry-pick-9001-to-release-6.1' of https://github.com/…
qiancai Jul 19, 2022
c80f949
Update table-attributes.md
qiancai Jul 19, 2022
20e5da3
Update table-attributes.md
qiancai Jul 19, 2022
90e1105
Merge branch 'release-6.1' into pr/9479
qiancai Jul 20, 2022
4b3b11d
remove cluster privilege docs from cloud TOC
qiancai Jul 20, 2022
5fa0452
customize tidb_enable_enhanced_security and tidb_analyze_version
qiancai Jul 20, 2022
f909e66
Update system-variables.md
qiancai Jul 20, 2022
b053d3a
Update system-variables.md
qiancai Jul 20, 2022
3cd8f50
Update wording
lilin90 Jul 21, 2022
1f451de
fix a typo
qiancai Jul 21, 2022
5595b1b
Update system-variables.md
qiancai Jul 21, 2022
4e1b25e
implement comments
qiancai Jul 21, 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
Apply suggestions from code review
Co-authored-by: Lilian Lee <lilin@pingcap.com>
  • Loading branch information
qiancai and lilin90 authored Jul 15, 2022
commit f02ead35be22c877c5175fc2e5506de1f2c2bf6a
6 changes: 3 additions & 3 deletions system-variables.md
Original file line number Diff line number Diff line change
Expand Up @@ -1502,7 +1502,7 @@ For a system upgraded to v5.0 from an earlier version, if you have not modified

<CustomContent platform="tidb-cloud">

- This variable is used to set whether to record all SQL statements in the log. This feature is disabled by default. If maintenance personnel needs to trace all SQL statements when locating issues, they can enable this feature.
- This variable is used to set whether to record all SQL statements in the log. This feature is disabled by default. If you need to trace all SQL statements when locating issues, enable this feature.

</CustomContent>

Expand Down Expand Up @@ -1779,13 +1779,13 @@ For a system upgraded to v5.0 from an earlier version, if you have not modified

<CustomContent platform="tidb">

- This setting was previously session scoped and used the value of `mem-quota-query` from `tidb.toml` as an initial value. Starting from v6.1.0, `tidb_mem_quota_query` is now a `SESSION | GLOBAL` scoped variable.
- For versions earlier than TiDB v6.1.0, this is a session scope variable and uses the value of `mem-quota-query` from `tidb.toml` as an initial value. Starting from v6.1.0, `tidb_mem_quota_query` is a `SESSION | GLOBAL` scope variable.

</CustomContent>

<CustomContent platform="tidb-cloud">

- This setting was previously session scoped. Starting from v6.1.0, `tidb_mem_quota_query` is now a `SESSION | GLOBAL` scoped variable.
- For versions earlier than TiDB v6.1.0, this is a session scope variable. Starting from v6.1.0, `tidb_mem_quota_query` is a `SESSION | GLOBAL` scope variable.

</CustomContent>

Expand Down