Bug #19364 mysql --help gives old informations
Submitted: 26 Apr 2006 8:56 Modified: 3 Aug 2006 2:20
Reporter: Oli Sennhauser Email Updates:
Status: Closed Impact on me:
None 
Category:MySQL Server: Command-line Clients Severity:S3 (Non-critical)
Version:5.1-BK, 5.0-BK, 4.1-BK, 5.0.20a OS:Linux (Linux)
Assigned to: Ian Greenhoe CPU Architecture:Any

[26 Apr 2006 8:56] Oli Sennhauser
Description:
mysql --help gives old informations

How to repeat:
$ mysql --no_pager
WARNING: option deprecated; use --disable-pager instead.

$ mysql --help | grep pager
  --no-pager          Disable pager and print to stdout. See interactive help
                      --disable-pager instead.

Suggested fix:
remove --no-pager and add --disable-pager instead
[26 Apr 2006 10:33] Valeriy Kravchuk
Verified just as described. 

mysql --help from 5.0.20a on Windows had not given me any information about any *pager* options.
[13 Jul 2006 7:32] Bugs System
A patch for this bug has been committed. After review, it may
be pushed to the relevant source trees for release in the next
version. You can access the patch from:

  http://lists.mysql.com/commits/9109
[22 Jul 2006 17:19] Timothy Smith
Looks fine.  Thanks, Ian.
[31 Jul 2006 11:07] Magnus BlÄudd
Looks fine!
[2 Aug 2006 19:09] Chad MILLER
Patch applied to 4.1.22 (and later versions to be merged later).
[3 Aug 2006 2:19] Paul DuBois
No changelog entry needed.
[10 Aug 2006 14:55] Chad MILLER
Added to 5.0.25 .