Bug #14495 my*.cnf files need updating
Submitted: 30 Oct 2005 22:17 Modified: 20 Nov 2005 4:39
Reporter: Jeff C Email Updates:
Status: Closed Impact on me:
None 
Category:MySQL Server: Packaging Severity:S3 (Non-critical)
Version:5.0.15 OS:Linux (RHEL3)
Assigned to: Jim Winstead CPU Architecture:Any

[30 Oct 2005 22:17] Jeff C
Description:
I see "skip-locking" in my*.cnf files, however it is NOT listed on:

http://dev.mysql.com/doc/refman/5.0/en/server-options.html

Searching google yeilds :

" The mysqld startup options --skip-locking and --enable-locking were renamed to --skip-external-locking and --external-locking."

That was changed in 4.0.

How to repeat:
n/a

Suggested fix:
Should at least mention the alias on http://dev.mysql.com/doc/refman/5.0/en/server-options.html

AND, modify the default config files to reflect the standard.

Thanks,
Jeff
[30 Oct 2005 22:35] MySQL Verification Team
Thank you for the bug report.

From server --help:

  --skip-locking      Deprecated option, use --skip-external-locking instead.
[31 Oct 2005 23:50] 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/internals/31703
[16 Nov 2005 23:57] 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/internals/32340
[16 Nov 2005 23:58] Konstantin Osipov
Please take a look if configure.in should also be fixed.
OK to push with that small comment.
[18 Nov 2005 16:08] Jim Winstead
Fixed in 4.1.16 and 5.0.17.
[20 Nov 2005 4:39] Paul DuBois
No changelog entry needed.