Skip to content

Commit 0f94451

Browse files
authored
fix descriptions for tidb_stmt_summary_max_sql_length (#16866) (#16882)
1 parent 4bd2682 commit 0f94451

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

Diff for: system-variables.md

+3-2
Original file line numberDiff line numberDiff line change
@@ -5300,16 +5300,17 @@ For details, see [Identify Slow Queries](/identify-slow-queries.md).
53005300
- Type: Integer
53015301
- Default value: `4096`
53025302
- Range: `[0, 2147483647]`
5303+
- Unit: Bytes
53035304

53045305
<CustomContent platform="tidb">
53055306

5306-
- 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).
5307+
- 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).
53075308

53085309
</CustomContent>
53095310

53105311
<CustomContent platform="tidb-cloud">
53115312

5312-
- 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.
5313+
- This variable is used to control the length of the SQL string in [statement summary tables](/statement-summary-tables.md).
53135314

53145315
</CustomContent>
53155316

0 commit comments

Comments
 (0)