-
Notifications
You must be signed in to change notification settings - Fork 1.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
update version and tiup playground supports M1 silicon #6791
Conversation
[REVIEW NOTIFICATION] This pull request has been approved by:
To complete the pull request process, please ask the reviewers in the list to review by filling The full list of commands accepted by this bot can be found here. Reviewer can indicate their review by submitting an approval review. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
@TomShawn 我发现之前在 playground 启动之后的描述有一些错误,进行了修复。 |
quick-start-with-tidb.md
Outdated
@@ -76,6 +72,7 @@ TiDB 是一个分布式系统。最基础的 TiDB 测试集群通常由 2 个 Ti | |||
|
|||
> **注意:** | |||
> | |||
> + 只有 v5.1.1 及以上版本的 TiDB,才可以在 Apple M1 Silicon 的机器上运行 `tiup playground`。 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
这个实际上是从 5.1.1 开始支持的,也就是可以进入 release-5.1 文档中。那文档中的命令版本是否需要改为 5.1.1 呢?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
个人不建议归到 5.1 文档中,如果有人不看下面的内容,容易误以为支持所有 5.1.x,playground 并非生产环境,所以从完整的高版本开始推荐使用相对合理。
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
【不建议归到 5.1 文档中】是说不进入 release-5.1 分支文档吗?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
是的。不进入
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
那这里是否写成【只有 v5.2.0 及以上版本的 TiDB】? 否则认知起来有些混乱
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
有道理,我更改了。
/rebase |
LGTM |
@en-jin19 This PR is ready for translation. Thanks! |
/merge |
This pull request has been accepted and is ready to merge. Commit hash: a2e16d4
|
In response to a cherrypick label: new pull request created: #6958. |
First-time contributors' checklist
What is changed, added or deleted? (Required)
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).
need to cherry-pick to v5.2
What is the related PR or file link(s)?
Do your changes match any of the following descriptions?