Bug #120389 HELP result contains the link to MySQL 9.1
Submitted: 1 May 2:10
Reporter: Kei SAKAI (OCA) Email Updates:
Status: Open Impact on me:
None 
Category:MySQL Server Severity:S3 (Non-critical)
Version:9.7 OS:Any
Assigned to: CPU Architecture:Any
Tags: Help, Reference Manual

[1 May 2:10] Kei SAKAI
Description:
The result of the HELP command in MySQL 9.7 shows links to MySQL 9.1.

```
mysql> HELP INSERT
Name: 'INSERT'
Description:
Syntax:
INSERT [LOW_PRIORITY | DELAYED | HIGH_PRIORITY] [IGNORE]
    (snip
given partition set. For more information and examples, see
https://dev.mysql.com/doc/refman/9.1/en/partitioning-selection.html.  <--- ***HERE***

URL: https://dev.mysql.com/doc/refman/9.1/en/insert.html  <--- ***HERE***
```

How to repeat:
mysql> HELP INSERT
mysql> HELP SHOW
mysql> HELP ST_GeomFromText

etc..

Suggested fix:
Link to 9.7 reference manual.