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 74c81e2 commit 2f69f12
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 @@ -235,7 +235,7 @@ PLAN REPLAYER CAPTURE 'sql_digest' '*';
You can view the ongoing capture tasks of `PLAN REPLAYER CAPTURE` in the TiDB cluster using the following statement:

```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 2f69f12

Please sign in to comment.