# Weekly Keywords Check Report ## Summary - **master** — Keywords check result: ❌ mismatch - **release-8.5** — Keywords check result: ❌ mismatch --- ## `master` — 3 issue(s) Comparing [`keywords.md`](https://github.com/pingcap/docs/blob/master/keywords.md) against [TiDB parser (`master`)](https://github.com/pingcap/tidb/blob/master/pkg/parser/parser.y): ``` Missing docs for non-reserved keyword from UnReservedKeyword: OLD Missing docs for non-reserved keyword from UnReservedKeyword: RETAIN Missing docs for non-reserved keyword from UnReservedKeyword: UUID ``` ## `release-8.5` — 1 issue(s) Comparing [`keywords.md`](https://github.com/pingcap/docs/blob/release-8.5/keywords.md) against [TiDB parser (`release-8.5`)](https://github.com/pingcap/tidb/blob/release-8.5/pkg/parser/parser.y): ``` Missing docs for reserved keyword: LATERAL ``` ## How to fix Update `keywords.md` on the affected branch to match the current TiDB parser keywords. See [check-keywords.py](https://github.com/pingcap/docs/blob/master/scripts/check-keywords.py) for details. --- **Run date:** 2026-07-06 01:32 UTC **Workflow run:** https://github.com/pingcap/docs/actions/runs/28762197021