Bug #49640 ambiguous option '--skip-skip-myisam' (double skip prefix)
Submitted: 12 Dec 2009 15:58 Modified: 14 Mar 2010 1:35
Reporter: Sergei Golubchik Email Updates:
Status: Closed Impact on me:
None 
Category:MySQL Server: Options Severity:S3 (Non-critical)
Version:5.1 OS:Any
Assigned to: CPU Architecture:Any

[12 Dec 2009 15:58] Sergei Golubchik
Description:
my_getopt "ambiguous option" warning prints a prefix twice

How to repeat:
~/Abk/mysql/5.1 % mysqld --skip-myisam
091212 16:55:48 [ERROR] /usr/home/serg/Abk/mysql/5.1/sql/mysqld: ambiguous option '--skip-skip-myisam' (--skip-myisam-recover)
[12 Dec 2009 15:59] Sergei Golubchik
fixed in WL#4738
[6 Mar 2010 11:07] Bugs System
Pushed into 5.5.3-m3 (revid:alik@sun.com-20100306103849-hha31z2enhh7jwt3) (version source revid:vvaintroub@fedora12-20091225154921-x25a5pyw1pxiwobv) (merge vers: 5.5.99) (pib:16)
[14 Mar 2010 1:35] Paul DuBois
Noted in 5.5.3 changelog.

MySQL program option-processing code incorrectly displayed some
options when printing ambiguous-option errors.