From da024c6855e16964fe569baa77e3dd9ed973ce5d Mon Sep 17 00:00:00 2001 From: xixirangrang Date: Wed, 1 Apr 2026 11:11:09 +0800 Subject: [PATCH] =?UTF-8?q?Revert=20"Revert=20"v8.5.6=20dashboard:=20Add?= =?UTF-8?q?=20note=20about=20prepared=20statements=20in=20Slow=20=E2=80=A6?= =?UTF-8?q?"?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This reverts commit 793505d787574f992f33344042efe18dc50e62bc. --- dashboard/dashboard-slow-query.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/dashboard/dashboard-slow-query.md b/dashboard/dashboard-slow-query.md index 40fb09c82adb4..133ac560f69b5 100644 --- a/dashboard/dashboard-slow-query.md +++ b/dashboard/dashboard-slow-query.md @@ -61,7 +61,8 @@ Click any item in the list to display detailed execution information of the slow > **Note:** > -> The maximum length of the query recorded in the `Query` column is limited by the [`tidb_stmt_summary_max_sql_length`](/system-variables.md#tidb_stmt_summary_max_sql_length-new-in-v40) system variable. +> - The maximum length of the query recorded in the `Query` column is limited by the [`tidb_stmt_summary_max_sql_length`](/system-variables.md#tidb_stmt_summary_max_sql_length-new-in-v40) system variable. +> - For prepared statements, arguments are listed at the end of the query, for example: `[arguments: "foo", 123]`. Non-printable arguments are displayed as hexadecimal literals, for example, `0x01`. Click the **Expand** button to view the detailed information of an item. Click the **Copy** button to copy the detailed information to the clipboard.