Skip to content

Commit

Permalink
fix descriptions for tidb_stmt_summary_max_sql_length (#16866)
Browse files Browse the repository at this point in the history
  • Loading branch information
qiancai authored Mar 28, 2024
1 parent 6dadd31 commit 4eefbc0
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions system-variables.md
Original file line number Diff line number Diff line change
Expand Up @@ -5412,16 +5412,17 @@ For details, see [Identify Slow Queries](/identify-slow-queries.md).
- Type: Integer
- Default value: `4096`
- Range: `[0, 2147483647]`
- Unit: Bytes

<CustomContent platform="tidb">

- This variable is used to control the length of the SQL string in [statement summary tables](/statement-summary-tables.md), the [`SLOW_QUERY`](/information-schema/information-schema-slow-query.md) table, and the [TiDB Dashboard](/dashboard/dashboard-intro.md).
- This variable is used to control the length of the SQL string in [statement summary tables](/statement-summary-tables.md) and the [TiDB Dashboard](/dashboard/dashboard-intro.md).

</CustomContent>

<CustomContent platform="tidb-cloud">

- This variable is used to control the length of the SQL string in [statement summary tables](/statement-summary-tables.md) and the [`SLOW_QUERY`](/information-schema/information-schema-slow-query.md) table.
- This variable is used to control the length of the SQL string in [statement summary tables](/statement-summary-tables.md).

</CustomContent>

Expand Down

0 comments on commit 4eefbc0

Please sign in to comment.