pingcap / docs-cn

TiDB/TiKV/PD 中文文档
https://docs.pingcap.com/zh
Other
1.8k stars 1.2k forks source link

fix typo: change 'PLAN PLAYER CAPTURE' to 'PLAN REPLAYER CAPTURE' (#17748) #17751

Closed ti-chi-bot closed 1 week ago

ti-chi-bot commented 1 week ago

This is an automated cherry-pick of #17748

What is changed, added or deleted? (Required)

fix typo: change 'PLAN PLAYER CAPTURE' to 'PLAN REPLAYER CAPTURE'

mysql> PLAN PLAYER CAPTURE 'example_sql' 'example_plan';
ERROR 1064 (42000): You have an error in your SQL syntax; check the manual that corresponds to your TiDB version for the right syntax to use line 1 column 11 near "PLAYER CAPTURE 'example_sql' 'example_plan'"

Which TiDB version(s) do your changes apply to? (Required)

Tips for choosing the affected version(s):

By default, CHOOSE MASTER ONLY so your changes will be applied to the next TiDB major or minor releases. If your PR involves a product feature behavior change or a compatibility change, CHOOSE THE AFFECTED RELEASE BRANCH(ES) AND MASTER.

For details, see tips for choosing the affected versions (in Chinese).

What is the related PR or file link(s)?

Do your changes match any of the following descriptions?

Oreoxmt commented 1 week ago

/approve

ti-chi-bot[bot] commented 1 week ago

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: Oreoxmt

The full list of commands accepted by this bot can be found here.

The pull request process is described here

Needs approval from an approver in each of these files: - ~~[OWNERS](https://github.com/pingcap/docs-cn/blob/release-7.5/OWNERS)~~ [Oreoxmt] Approvers can indicate their approval by writing `/approve` in a comment Approvers can cancel approval by writing `/approve cancel` in a comment
Oreoxmt commented 1 week ago

/retest