change expressions related to statement summary tables to ensure co… (#6928)#6993
Conversation
|
[REVIEW NOTIFICATION] This pull request has been approved by:
To complete the pull request process, please ask the reviewers in the list to review by filling The full list of commands accepted by this bot can be found here. DetailsReviewer can indicate their review by submitting an approval review. |
Signed-off-by: ti-chi-bot <ti-community-prow-bot@tidb.io>
231915d to
6f9ff21
Compare
| + `events_statement_summary_by_digest` 表中保存的 SQL 种类的最大数量。 | ||
| + 默认值:100 | ||
| + 系统表 [statement summary tables](/statement-summary-tables.md) 中保存的 SQL 种类的最大数量。 | ||
| + 默认值:3000 |
There was a problem hiding this comment.
@crazycs520 @djshow832 Please help confirm from which v4.0 version this new default value takes effect. Thanks! This is important in user document.
There was a problem hiding this comment.
Comment addressed and fixed. PTAL~
| + `events_statement_summary_by_digest` 表中保存的 SQL 种类的最大数量。 | ||
| + 默认值:100 | ||
| + 系统表 [statement summary tables](/statement-summary-tables.md) 中保存的 SQL 种类的最大数量。 | ||
| + 默认值:v4.0.14 前为 200,自 v4.0.14 起为 3000 |
There was a problem hiding this comment.
You need to update the version for 5.0 and 5.1 docs separately.
|
/merge |
|
This pull request has been accepted and is ready to merge. DetailsCommit hash: e9540ae |
This is an automated cherry-pick of #6928
…nsistency
First-time contributors' checklist
What is changed, added or deleted? (Required)
Which TiDB version(s) do your changes apply to? (Required)
Tips for choosing the affected version(s):
By default, CHOOSE MASTER ONLY so your changes will be applied to the next TiDB major or minor releases. If your PR involves a product feature behavior change or a compatibility change, CHOOSE THE AFFECTED RELEASE BRANCH(ES) AND MASTER.
For details, see tips for choosing the affected versions (in Chinese).
What is the related PR or file link(s)?
Do your changes match any of the following descriptions?