Skip to content

Commit

Permalink
fix typo: change 'PLAN PLAYER CAPTURE' to 'PLAN REPLAYER CAPTURE' (#1…
Browse files Browse the repository at this point in the history
  • Loading branch information
Oreoxmt authored Jun 19, 2024
1 parent a4b92e0 commit 3700b24
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sql-plan-replayer.md
Original file line number Diff line number Diff line change
Expand Up @@ -226,7 +226,7 @@ PLAN REPLAYER CAPTURE 'sql_digest' '*';
你可以通过以下方式查看集群中目前正在工作的 `PLAN REPLAYER CAPTURE` 的抓取任务:

```sql
mysql> PLAN PLAYER CAPTURE 'example_sql' 'example_plan';
mysql> PLAN REPLAYER CAPTURE 'example_sql' 'example_plan';
Query OK, 1 row affected (0.01 sec)

mysql> SELECT * FROM mysql.plan_replayer_task;
Expand Down

0 comments on commit 3700b24

Please sign in to comment.