Skip to content

Commit 8e976c8

Browse files
authored
v8.5.6 dashboard: Add note about prepared statements in Slow Query Detail (#21375) (#21376)
1 parent 2c26eac commit 8e976c8

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

dashboard/dashboard-slow-query.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,8 @@ summary: 了解如何在 TiDB Dashboard 中查看慢查询。
6161

6262
>**注意:**
6363
>
64-
> 记录在 `Query` 中的查询的长度会受到 [`tidb_stmt_summary_max_sql_length`](/system-variables.md#tidb_stmt_summary_max_sql_length-从-v40-版本开始引入) 系统变量的限制。
64+
> - 记录在 `Query` 中的查询的长度会受到 [`tidb_stmt_summary_max_sql_length`](/system-variables.md#tidb_stmt_summary_max_sql_length-从-v40-版本开始引入) 系统变量的限制。
65+
> - 对于预处理语句,参数会在查询末尾列出,例如:`[arguments: "foo", 123]`。不可打印的参数会以十六进制字面量显示,例如 `0x01`
6566
6667
点击**展开** (**Expand**) 可以展开相应项的完整内容,点击**复制** (**Copy**) 可以复制内容到剪贴板。
6768

0 commit comments

Comments
 (0)