Bug #10229 | IM's show instance status never displays version | ||
---|---|---|---|
Submitted: | 28 Apr 2005 7:47 | Modified: | 14 Jun 2005 21:01 |
Reporter: | Petr Chardin | Email Updates: | |
Status: | Closed | Impact on me: | |
Category: | Instance Manager | Severity: | S3 (Non-critical) |
Version: | OS: | ||
Assigned to: | Petr Chardin | CPU Architecture: | Any |
[28 Apr 2005 7:47]
Petr Chardin
[1 Jun 2005 0:41]
Bugs System
A patch for this bug has been committed. After review, it may be pushed to the relevant source trees for release in the next version. You can access the patch from: http://lists.mysql.com/internals/25427
[1 Jun 2005 20:14]
Bugs System
A patch for this bug has been committed. After review, it may be pushed to the relevant source trees for release in the next version. You can access the patch from: http://lists.mysql.com/internals/25480
[7 Jun 2005 13:03]
Petr Chardin
With the fix IM parses output of mysqld --no-defaults --version for each instance binary to get the version line. The result looks like this: mysql> show instance status mysqld; +---------------+---------+-------------------------------------------------------------------+ | instance_name | status | version | +---------------+---------+-------------------------------------------------------------------+ | mysqld | offline | Ver 5.0.5-beta-debug for pc-linux on i686 (Source distribution) | +---------------+---------+-------------------------------------------------------------------+ 1 row in set (0.00 sec)
[13 Jun 2005 21:05]
Mike Hillyer
Documented in 5.0.7 changelog.