From b12f89b9501e80d837d3b60bd31563f9bf08a119 Mon Sep 17 00:00:00 2001 From: Ti Chi Robot Date: Fri, 29 Mar 2024 09:18:49 +0800 Subject: [PATCH] fix descriptions for tidb_stmt_summary_max_sql_length (#16910) (#16920) --- system-variables.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/system-variables.md b/system-variables.md index 60603e4bef8b..73386417eae4 100644 --- a/system-variables.md +++ b/system-variables.md @@ -4542,7 +4542,8 @@ Query OK, 0 rows affected, 1 warning (0.00 sec) - 类型:整数型 - 默认值:`4096` - 范围:`[0, 2147483647]` -- 这个变量用来控制 [Statement Summary Tables](/statement-summary-tables.md)、[`SLOW_QUERY`](/information-schema/information-schema-slow-query.md) 表和 [TiDB Dashboard](/dashboard/dashboard-intro.md) 中显示的 SQL 字符串长度。 +- 单位:字节 +- 这个变量用来控制 [Statement Summary Tables](/statement-summary-tables.md) 和 [TiDB Dashboard](/dashboard/dashboard-intro.md) 中显示的 SQL 字符串长度。 ### `tidb_stmt_summary_max_stmt_count` 从 v4.0 版本开始引入