Bug #68322 mysqluc is unusable when installed in /usr/bin
Submitted: 9 Feb 2013 8:18 Modified: 3 May 2013 4:37
Reporter: Remi Collet Email Updates:
Status: Closed Impact on me:
None 
Category:MySQL Utilities Severity:S2 (Serious)
Version:1.2.0 OS:Linux (Fedora)
Assigned to: Geert Vanderkelen CPU Architecture:Any

[9 Feb 2013 8:18] Remi Collet
Description:
mysqluc Command hangs.

How to repeat:
%python setup.py install --skip-profile
/usr/bin/mysqluc

Suggested fix:
Don't try to find installed command by scanning install dir. This have no sense when /usr/bin is used (default one) and contains hundreds of binaries.

Use a harcoded list (generated at build time ?).
[21 Feb 2013 16:34] Sveta Smirnova
Thank you for the report.

Verified as described.
[3 May 2013 4:37] Philip Olson
Fixed as of the upcoming MySQL Utilities 1.2.2, and here's the changelog entry:

The "mysqluc" utility was optimized to locate the available MySQL
Utilities more efficiently. Before it would scan the entire installation
directory for available executables, but now it uses hardcoded values, and
also scans for executables with the "mysql" prefix.

Thank you for the bug report.