Bug #40887 mysql-administrator and mysql-query-browser doesn't alway process arguments
Submitted: 20 Nov 2008 15:42 Modified: 8 Jul 2009 11:26
Reporter: Michal Hrusecky Email Updates:
Status: Unsupported Impact on me:
None 
Category:MySQL GUI Common Severity:S3 (Non-critical)
Version:5.0r14 OS:Linux
Assigned to: CPU Architecture:Any
Tags: Contribution

[20 Nov 2008 15:42] Michal Hrusecky
Description:
There are two shell scripts around mysql-administrator and mysql-query-browser which processes '--update-paths' argument. When it is not necessary to check for this argument ($bundled_deps = 0), arguments are not passed to the binary program.

How to repeat:
[ -f $LIBPREFIX/lib/pango.modules ] && mv $LIBPREFIX/lib/pango.modules $LIBPREFIX/lib/pango.modules.bak
mysql-administrator --help
mysql-query-browser --help
[ -f $LIBPREFIX/lib/pango.modules.bak ] && mv $LIBPREFIX/lib/pango.modules.bak $LIBPREFIX/lib/pango.modules

Suggested fix:
Adding else branch to the relevant if so arguments will be passed.
[20 Nov 2008 15:42] Michal Hrusecky
suggested patch

Attachment: mysql-gui-tools.patch (text/x-patch), 824 bytes.

[4 Dec 2008 12:46] MySQL Verification Team
Thank you for the bug report.
[8 Jun 2009 21:25] liz drachnik
Hello Michal

In order for us to continue the process of reviewing your contribution to MySQL - We need you to review and sign the Sun|MySQL contributor agreement (the "SCA")

The process is explained here: 
http://forge.mysql.com/wiki/Sun_Contributor_Agreement

Getting a signed/approved SCA on file will help us facilitate your contribution-- this one, and others in the future.

Thank you ! 

Liz Drachnik  - Program Manager - MySQL
[8 Jul 2009 11:26] Susanne Ebrecht
Many thanks for writing a bug report. We are on the way to implement full functionality of MySQL GUI Tools into MySQL Workbench. Unfortunately you are using an unsupported platform. More informations about supported platforms you will find here:

http://www.mysql.com/support/supportedplatforms/tools.html

More informations about MySQL Workbench you will find here:

http://dev.mysql.com/workbench/