Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 109742

Summary: mysql-administrator needs mysql-query-browser to edit data in tables
Product: Gentoo Linux Reporter: Victor Barba <victor>
Component: New packagesAssignee: Sven Wegener <swegener>
Status: RESOLVED WONTFIX    
Severity: minor    
Priority: High    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---

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.