Skip to content

Commit 97afcb2

Browse files
committed
docs: clarify plan replayer capture token column
1 parent 9e35a43 commit 97afcb2

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

sql-plan-replayer.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -287,9 +287,9 @@ mysql> SELECT * FROM mysql.plan_replayer_status;
287287
3 rows in set (0.00 sec)
288288
```
289289

290-
If [`tidb_cloud_storage_uri`](/system-variables.md#tidb_cloud_storage_uri-new-in-v740) is configured, the captured file is also stored in the configured external storage. The `token` column still records the file token.
290+
If [`tidb_cloud_storage_uri`](/system-variables.md#tidb_cloud_storage_uri-new-in-v740) is configured, the captured file is also stored in the configured external storage. The `token` column in the `mysql.plan_replayer_status` table still records the file token of the generated capture file.
291291

292-
To download the file of `PLAN REPLAYER CAPTURE`, use the `token` value together with the TiDB HTTP interface. This is the same as the file-token based download flow described in [Examples of exporting cluster information](#examples-of-exporting-cluster-information).
292+
To download the file of `PLAN REPLAYER CAPTURE`, use the value in the `token` column of `mysql.plan_replayer_status` together with the TiDB HTTP interface. This is the same as the file-token based download flow described in [Examples of exporting cluster information](#examples-of-exporting-cluster-information).
293293

294294
> **Note:**
295295
>

0 commit comments

Comments
 (0)