Bug #32182 wrong version number at info mysql
Submitted: 8 Nov 2007 11:13 Modified: 8 Nov 2007 18:25
Reporter: Susanne Ebrecht Email Updates:
Status: Won't fix Impact on me:
None 
Category:MySQL Server: Documentation Severity:S3 (Non-critical)
Version:5.1.22-rc OS:FreeBSD
Assigned to: Paul DuBois CPU Architecture:Any

[8 Nov 2007 11:13] Susanne Ebrecht
Description:
Hi,

just a little version number confusion.

$ mysql
mysql> select version();

+-----------+
| version() |
+-----------+
| 5.1.22-rc | 
+-----------+

$ info mysql

This is the Reference Manual for the MySQL Database System, version
5.1, through release 5.1.21-beta. ...

How to repeat:
See above

Suggested fix:
Just change the version number at the info documentation
[8 Nov 2007 11:26] MySQL Verification Team
Could you please point the exactly URL, I noticed the below:

http://dev.mysql.com/doc/refman/5.1/en/index.html

Abstract

This is the MySQL Reference Manual. It documents MySQL 5.1 through 5.1.22-rc.

Document generated on: 2007-11-08 (revision: 8572)

Thanks in advance.
[8 Nov 2007 18:25] Paul DuBois
This is a "Won't fix," or perhaps a "can't fix," because the .info file is part of an already-released version and we can't do anything about it now. The version number probably wasn't updated in the manual sources until after the release.