pingcap / pingcap/docs-cn

keywords: 优化建议,增加 TiDB 标识

Open
#16,296 1 comment 0 reactions 1 assignee View on GitHub

@tangenta is already working on this.

Since Apr 18, 2024.

Dominant language
Python
Stars
1.8k
Forks
1.2k
Avg merge
1d 16h
Merged PRs (30d)
31

Description

Change Request

This repository is ONLY used to solve problems related to DOCS-CN.
For other issues (TiDB, TiKV, etc), please move to other repositories.

Please answer the following questions before submitting your issue. Thanks!

  1. Describe what you find is inappropriate or missing in the existing docs.

https://github.com/pingcap/docs-cn/blob/master/keywords.md?plain=1#L63

建议增加 tidb 关键字标识,用以区分于mysql、iso标准支持的关键字,例如

TiDB 的保留字用 (T) 来标识。

对应 parser.y 这段

https://github.com/pingcap/tidb/blob/master/pkg/parser/parser.y#L805

/* The following tokens belong to TiDBKeyword. Notice: make sure these tokens are contained in TiDBKeyword. */

ref.
https://asktug.com/t/topic/1021069

  1. Describe your suggestion or addition.
  1. Provide some reference materials (documents, websites, etc) if you could.

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.