Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 109742 - mysql-administrator needs mysql-query-browser to edit data in tables
Summary: mysql-administrator needs mysql-query-browser to edit data in tables
Status: RESOLVED WONTFIX
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High minor (vote)
Assignee: Sven Wegener
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-10-18 14:47 UTC by Victor Barba
Modified: 2005-10-28 18:21 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Victor Barba 2005-10-18 14:47:32 UTC
When you try to edit data in tables with mysql-administrator you get a warning 
because it needs mysql-query-browser-bin. 

Reproducible: Always
Steps to Reproduce:
1.execute mysql-administrator in a terminal 
2.try to edit data in a table 
3. 
 
Actual Results:  
(mysql-administrator-bin:14680): glibmm-CRITICAL **: 
unhandled exception (type Glib::Error) in signal handler: 
domain: g-exec-error-quark 
code  : 8 
what  : Failed to execute child process "mysql-query-browser-bin" (No such 
file or directory) 
 


I emerge mysql-query-browser and it's solves the problem. 
 
It's only a dependency problem.
Comment 1 Sven Wegener gentoo-dev 2005-10-28 18:21:21 UTC
I'm not going to add a dependency on mysql-query-browser, because the main feature
(which is to admin the database and not to change the content of tables) works
without mysql-query-browser. I added a postinst message that tells the user that
mysql-query-browser is needed to use the 'Edit Table Data' feature.