Bug #25456 MySql Administrator reports wrong client version
Submitted: 7 Jan 2007 17:15 Modified: 17 Jan 2007 2:56
Reporter: Mark Johnson (Basic Quality Contributor) Email Updates:
Status: Closed Impact on me:
None 
Category:MySQL Administrator Severity:S3 (Non-critical)
Version:5.0r8 OS:Linux (linux)
Assigned to: Alfredo Kojima CPU Architecture:Any

[7 Jan 2007 17:15] Mark Johnson
Description:
After upgrading my client software to 5.0.32, MySql Administrator continues to report version 5.0.27.  

I verified that the package for the 5.0.32 client software included the libmysqlclient* libraries.

When I tried to recompile MySql Administrator to see if the client version was determined at compile-time, I ran into bug 25455.

How to repeat:
Upgrade client software.
Run MySql Administrator.
[8 Jan 2007 13:13] Mark Johnson
After recompiling, the correct client version is reported.

This version should be determined at run-time rather than compile-time.
[17 Jan 2007 2:56] Alfredo Kojima
I have changed the version detection to be done at runtime, but please note
that the version that's displayed corresponds to the client library being used
by MySQL Administrator. It is not necessarily the same as the version of the client programs (neither of the client library, if MA is linked statically) currently installed.