Skip to content

Commit

Permalink
*: fix 11 broken links (pingcap#2026)
Browse files Browse the repository at this point in the history
  • Loading branch information
CaitinChen authored and lilin90 committed Nov 8, 2019
1 parent 474063d commit e642e41
Show file tree
Hide file tree
Showing 11 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion dev/releases/2.1.18.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ TiDB Ansible 版本:2.1.18
- 修复 COM_STMT_FETCH 慢日志时间记录和 MySQL 不一致问题 [#12953](https://github.com/pingcap/tidb/pull/12953)
- 当遇到写冲突时,在报错信息中添加错误码,以方便对冲突原因进行诊断 [#12878](https://github.com/pingcap/tidb/pull/12878)
+ DDL
- 为避免误操作,TiDB 默认不再允许删除列的 `AUTO INCREMENT` 属性,当确实需要删除时,请更改系统变量 `tidb_allow_remove_auto_inc`;相关文档请见:[TiDB 专用系统变量和语法](/dev/reference/configuration/tidb-server/tidb-specific-variables.md) [#12146](https://github.com/pingcap/tidb/pull/12146)
- 为避免误操作,TiDB 默认不再允许删除列的 `AUTO INCREMENT` 属性,当确实需要删除时,请更改系统变量 `tidb_allow_remove_auto_inc`;相关文档请见:[TiDB 专用系统变量和语法](https://pingcap.com/docs-cn/dev/reference/configuration/tidb-server/tidb-specific-variables/) [#12146](https://github.com/pingcap/tidb/pull/12146)
- 支持 Create Table 语句中建唯一索引时带多个 Unique [#12469](https://github.com/pingcap/tidb/pull/12469)
- 修复 `CreateTable` 语句中指定外键约束时,外键表在没有指定 Database 时未能使用主表的 Database 导致报错的问题 [#12678](https://github.com/pingcap/tidb/pull/12678)
- 修复 `ADMIN CANCEL DDL JOBS` 时报 `invalid list index` 错的问题 [#12681](https://github.com/pingcap/tidb/pull/12681)
Expand Down
2 changes: 1 addition & 1 deletion dev/tidb-in-kubernetes/deploy/alibaba-cloud.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ category: how-to
> Access Key 需要具有操作相应资源的权限。
- [kubectl](https://kubernetes.io/docs/tasks/tools/install-kubectl/#install-kubectl) >= 1.12
- [helm](https://github.com/helm/helm/blob/master/docs/install.md#installing-the-helm-client) >= 2.9.1 且 <= 2.11.0
- [helm](https://helm.sh/docs/using_helm/#installing-the-helm-client) >= 2.9.1 且 <= 2.11.0
- [jq](https://stedolan.github.io/jq/download/) >= 1.6
- [terraform](https://learn.hashicorp.com/terraform/getting-started/install.html) 0.11.*

Expand Down
2 changes: 1 addition & 1 deletion dev/tidb-in-kubernetes/deploy/aws-eks.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ category: how-to

* [terraform](https://learn.hashicorp.com/terraform/getting-started/install.html)
* [kubectl](https://kubernetes.io/docs/tasks/tools/install-kubectl/#install-kubectl) >= 1.11
* [helm](https://github.com/helm/helm/blob/master/docs/install.md#installing-the-helm-client) >= 2.9.0 且 < 3.0.0
* [helm](https://helm.sh/docs/using_helm/#installing-the-helm-client) >= 2.9.0 且 < 3.0.0
* [jq](https://stedolan.github.io/jq/download/)
* [aws-iam-authenticator](https://docs.aws.amazon.com/eks/latest/userguide/install-aws-iam-authenticator.html),AWS 权限鉴定工具,确保安装在 `PATH` 路径下。

Expand Down
2 changes: 1 addition & 1 deletion dev/tidb-in-kubernetes/deploy/gcp-gke.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ category: how-to
* [Google Cloud SDK](https://cloud.google.com/sdk/install)
* [Terraform](https://www.terraform.io/downloads.html) >= 0.12
* [kubectl](https://kubernetes.io/docs/tasks/tools/install-kubectl/#install-kubectl) >= 1.14
* [Helm](https://github.com/helm/helm/blob/master/docs/install.md#installing-the-helm-client) >= 2.9.0 且 < 3.0.0
* [Helm](https://helm.sh/docs/using_helm/#installing-the-helm-client) >= 2.9.0 且 < 3.0.0
* [jq](https://stedolan.github.io/jq/download/)

## 配置
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ DinD 将 Docker 容器作为虚拟机运行,并在第一层 Docker 容器中
> - 由于 DinD 不能在 Docker Toolbox 或者 Docker Machine 上运行,[Legacy Docker Toolbox](https://docs.docker.com/toolbox/toolbox_install_mac/) 用户必须卸载 Legacy Docker Toolbox 并安装 [Docker for Mac](https://store.docker.com/editions/community/docker-ce-desktop-mac)
> - 安装过程中,`kubeadm` 会检查 Docker 版本。如果 Docker 版本比 18.06 更新,安装过程会打印警告信息。集群可能仍然能正常工作,但是为保证更好的兼容性,建议 Docker 版本在 17.03 和 18.06 之间。你可以在[此处](https://download.docker.com/)下载旧版本 Docker。
- [Helm Client](https://github.com/helm/helm/blob/master/docs/install.md#installing-the-helm-client): 版本 >= 2.9.0 并且 < 3.0.0
- [Helm Client](https://helm.sh/docs/using_helm/#installing-the-helm-client): 版本 >= 2.9.0 并且 < 3.0.0
- [Kubectl](https://kubernetes.io/docs/tasks/tools/install-kubectl): 至少 1.10,建议 1.13 或更高版本

> **注意:**
Expand Down
2 changes: 1 addition & 1 deletion v2.1/releases/2.1.18.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ TiDB Ansible 版本:2.1.18
- 修复 COM_STMT_FETCH 慢日志时间记录和 MySQL 不一致问题 [#12953](https://github.com/pingcap/tidb/pull/12953)
- 当遇到写冲突时,在报错信息中添加错误码,以方便对冲突原因进行诊断 [#12878](https://github.com/pingcap/tidb/pull/12878)
+ DDL
- 为避免误操作,TiDB 默认不再允许删除列的 `AUTO INCREMENT` 属性,当确实需要删除时,请更改系统变量 `tidb_allow_remove_auto_inc`;相关文档请见:[TiDB 专用系统变量和语法](/v2.1/reference/configuration/tidb-server/tidb-specific-variables.md) [#12146](https://github.com/pingcap/tidb/pull/12146)
- 为避免误操作,TiDB 默认不再允许删除列的 `AUTO INCREMENT` 属性,当确实需要删除时,请更改系统变量 `tidb_allow_remove_auto_inc`;相关文档请见:[TiDB 专用系统变量和语法](https://pingcap.com/docs-cn/v2.1/reference/configuration/tidb-server/tidb-specific-variables/) [#12146](https://github.com/pingcap/tidb/pull/12146)
- 支持 Create Table 语句中建唯一索引时带多个 Unique [#12469](https://github.com/pingcap/tidb/pull/12469)
- 修复 `CreateTable` 语句中指定外键约束时,外键表在没有指定 Database 时未能使用主表的 Database 导致报错的问题 [#12678](https://github.com/pingcap/tidb/pull/12678)
- 修复 `ADMIN CANCEL DDL JOBS` 时报 `invalid list index` 错的问题 [#12681](https://github.com/pingcap/tidb/pull/12681)
Expand Down
2 changes: 1 addition & 1 deletion v3.0/releases/2.1.18.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ TiDB Ansible 版本:2.1.18
- 修复 COM_STMT_FETCH 慢日志时间记录和 MySQL 不一致问题 [#12953](https://github.com/pingcap/tidb/pull/12953)
- 当遇到写冲突时,在报错信息中添加错误码,以方便对冲突原因进行诊断 [#12878](https://github.com/pingcap/tidb/pull/12878)
+ DDL
- 为避免误操作,TiDB 默认不再允许删除列的 `AUTO INCREMENT` 属性,当确实需要删除时,请更改系统变量 `tidb_allow_remove_auto_inc`;相关文档请见:[TiDB 专用系统变量和语法](/v3.0/reference/configuration/tidb-server/tidb-specific-variables.md) [#12146](https://github.com/pingcap/tidb/pull/12146)
- 为避免误操作,TiDB 默认不再允许删除列的 `AUTO INCREMENT` 属性,当确实需要删除时,请更改系统变量 `tidb_allow_remove_auto_inc`;相关文档请见:[TiDB 专用系统变量和语法](https://pingcap.com/docs-cn/v3.0/reference/configuration/tidb-server/tidb-specific-variables/) [#12146](https://github.com/pingcap/tidb/pull/12146)
- 支持 Create Table 语句中建唯一索引时带多个 Unique [#12469](https://github.com/pingcap/tidb/pull/12469)
- 修复 `CreateTable` 语句中指定外键约束时,外键表在没有指定 Database 时未能使用主表的 Database 导致报错的问题 [#12678](https://github.com/pingcap/tidb/pull/12678)
- 修复 `ADMIN CANCEL DDL JOBS` 时报 `invalid list index` 错的问题 [#12681](https://github.com/pingcap/tidb/pull/12681)
Expand Down
2 changes: 1 addition & 1 deletion v3.0/tidb-in-kubernetes/deploy/alibaba-cloud.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ aliases: ['/docs-cn/v3.0/how-to/deploy/tidb-in-kubernetes/alibaba-cloud/']
> Access Key 需要具有操作相应资源的权限。
- [kubectl](https://kubernetes.io/docs/tasks/tools/install-kubectl/#install-kubectl) >= 1.12
- [helm](https://github.com/helm/helm/blob/master/docs/install.md#installing-the-helm-client) >= 2.9.1 且 <= 2.11.0
- [helm](https://helm.sh/docs/using_helm/#installing-the-helm-client) >= 2.9.1 且 <= 2.11.0
- [jq](https://stedolan.github.io/jq/download/) >= 1.6
- [terraform](https://learn.hashicorp.com/terraform/getting-started/install.html) 0.11.*

Expand Down
2 changes: 1 addition & 1 deletion v3.0/tidb-in-kubernetes/deploy/aws-eks.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ aliases: ['/docs-cn/v3.0/how-to/deploy/tidb-in-kubernetes/aws-eks/','/docs-cn/v3

* [terraform](https://learn.hashicorp.com/terraform/getting-started/install.html)
* [kubectl](https://kubernetes.io/docs/tasks/tools/install-kubectl/#install-kubectl) >= 1.11
* [helm](https://github.com/helm/helm/blob/master/docs/install.md#installing-the-helm-client) >= 2.9.0 且 < 3.0.0
* [helm](https://helm.sh/docs/using_helm/#installing-the-helm-client) >= 2.9.0 且 < 3.0.0
* [jq](https://stedolan.github.io/jq/download/)
* [aws-iam-authenticator](https://docs.aws.amazon.com/eks/latest/userguide/install-aws-iam-authenticator.html),AWS 权限鉴定工具,确保安装在 `PATH` 路径下。

Expand Down
2 changes: 1 addition & 1 deletion v3.0/tidb-in-kubernetes/deploy/gcp-gke.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ aliases: ['/docs-cn/v3.0/how-to/deploy/tidb-in-kubernetes/gcp-gke/']
* [Google Cloud SDK](https://cloud.google.com/sdk/install)
* [Terraform](https://www.terraform.io/downloads.html) >= 0.12
* [kubectl](https://kubernetes.io/docs/tasks/tools/install-kubectl/#install-kubectl) >= 1.14
* [Helm](https://github.com/helm/helm/blob/master/docs/install.md#installing-the-helm-client) >= 2.9.0 且 < 3.0.0
* [Helm](https://helm.sh/docs/using_helm/#installing-the-helm-client) >= 2.9.0 且 < 3.0.0
* [jq](https://stedolan.github.io/jq/download/)

## 配置
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ DinD 将 Docker 容器作为虚拟机运行,并在第一层 Docker 容器中
> - 由于 DinD 不能在 Docker Toolbox 或者 Docker Machine 上运行,[Legacy Docker Toolbox](https://docs.docker.com/toolbox/toolbox_install_mac/) 用户必须卸载 Legacy Docker Toolbox 并安装 [Docker for Mac](https://store.docker.com/editions/community/docker-ce-desktop-mac)
> - 安装过程中,`kubeadm` 会检查 Docker 版本。如果 Docker 版本比 18.06 更新,安装过程会打印警告信息。集群可能仍然能正常工作,但是为保证更好的兼容性,建议 Docker 版本在 17.03 和 18.06 之间。你可以在[此处](https://download.docker.com/)下载旧版本 Docker。
- [Helm Client](https://github.com/helm/helm/blob/master/docs/install.md#installing-the-helm-client): 版本 >= 2.9.0 并且 < 3.0.0
- [Helm Client](https://helm.sh/docs/using_helm/#installing-the-helm-client): 版本 >= 2.9.0 并且 < 3.0.0
- [Kubectl](https://kubernetes.io/docs/tasks/tools/install-kubectl): 至少 1.10,建议 1.13 或更高版本

> **注意:**
Expand Down

0 comments on commit e642e41

Please sign in to comment.