Bug #18527 instance manager does not report failure of startup of an instance
Submitted: 27 Mar 2006 4:44 Modified: 5 May 2006 12:05
Reporter: Brian Aker Email Updates:
Status: No Feedback Impact on me:
None 
Category:Instance Manager Severity:S3 (Non-critical)
Version:5.0 OS:Linux (FC4 AMD64)
Assigned to: CPU Architecture:Any

[27 Mar 2006 4:44] Brian Aker
Description:
The instance manager does not report if a startup fails.

How to repeat:
mysql> start instance mysqld;
Query OK, 0 rows affected (0.00 sec)
Instance started

mysql> show instances;
+---------------+---------+
| instance_name | status  |
+---------------+---------+
| mysqld        | offline |
+---------------+---------+
1 row in set (0.00 sec)
[5 Apr 2006 12:05] Valeriy Kravchuk
Thank you for a problem report. mysqlmanager reports instance status correctly for me in 5.0.21-BK on Linux after START INSTANCE and STOP INSTANCE, if they were successfull. Have you intentionally created my.cnf is a way to prevent instance from successfull start?
[5 May 2006 23:01] Bugs System
No feedback was provided for this bug for over a month, so it is
being suspended automatically. If you are able to provide the
information that was originally requested, please do so and change
the status of the bug back to "Open".