Bug #112842 release version in help/man is not correct in 8.2.0
Submitted: 26 Oct 2023 9:22 Modified: 11 Nov 2023 7:01
Reporter: Shawn Yan (OCA) Email Updates:
Status: Closed Impact on me:
None 
Category:MySQL Server: Documentation Severity:S3 (Non-critical)
Version:8.2.0 OS:Any
Assigned to: CPU Architecture:Any

[26 Oct 2023 9:22] Shawn Yan
Description:
The release version in help command, or man is not correct.
for now that's 8.1, should be 8.2.

How to repeat:
Case 1:

mysql> select version(),t.description from help_topic t limit 1\G
*************************** 1. row ***************************
  version(): 8.2.0
description: This help information was generated from the MySQL 8.1 Reference Manual
on: 2023-08-31

1 row in set (0.00 sec)

---

Case 2:

mysql> help CREATE DATABASE
Name: 'CREATE DATABASE'
...

URL: https://dev.mysql.com/doc/refman/8.1/en/create-database.html

---

Case 3:

https://github.com/mysql/mysql-server/blob/mysql-8.2.0/man/comp_err.1#L10

Suggested fix:
Update the version to 8.2.0
[26 Oct 2023 10:04] MySQL Verification Team
Hello Shawn Yan,

Thank you for the report and feedback.

regards,
Umesh
[11 Nov 2023 7:01] Jon Stephens
你好!

Updated MySQL 8.2 man pages and SQL help are now available at https://dev.mysql.com/doc/index-other.html; look for under "Additional Documentation".

After unzipping the archive, you'll need to copy the man pages to your /usr/share/man (or wherever the man pages are located on your system) and install the SQL help from fill_help_tables.sql (see https://dev.mysql.com/doc/refman/8.2/en/server-side-help-support.html).

Thanks for making us aware of this!

cheers

jon.