Bug #17586 Restarting the server fails on SCO
Submitted: 20 Feb 2006 16:59 Modified: 29 May 2006 11:21
Reporter: Joerg Bruehe Email Updates:
Status: Duplicate Impact on me:
None 
Category:Instance Manager Severity:S3 (Non-critical)
Version:5.1.7-beta OS:Other (SCO OSR 6)
Assigned to: Assigned Account CPU Architecture:Any

[20 Feb 2006 16:59] Joerg Bruehe
Description:
Build of 5.1.7-beta, based on ChangeSet
  1.2139 06/02/20 00:32:07 kent@mysql.com +3 -0
  mysql-test-run.pl:
    Added --restart-cleanup option
  drop-on-restart.inc:
    DROP commands to cleanup on restart
    new file
  mysqltest.c:
    Added option --include=<sql-file>

-------------------------------------------------------
*** r/im_life_cycle.result
--- r/im_life_cycle.reject
***************
*** 45,51
  mysqld2       offline
  Killing the process...
  Sleeping...
! Success: the process was restarted.
  SHOW INSTANCES;
  instance_name status
  mysqld1       online
--- 45,51
  mysqld2       offline
  Killing the process...
  Sleeping...
! Error: the process was not restarted.
  SHOW INSTANCES;
  instance_name status
  mysqld1       offline
***************
*** 48,54
  Success: the process was restarted.
  SHOW INSTANCES;
  instance_name status
! mysqld1       online
  mysqld2       offline
  START INSTANCE mysqld2;
  SHOW INSTANCES;
--- 48,54
  Error: the process was not restarted.
  SHOW INSTANCES;
  instance_name status
! mysqld1       offline
  mysqld2       offline
  START INSTANCE mysqld2;
  SHOW INSTANCES;
***************
... (last diff repeated)
===---===---===---===---===---===--- OCCURRED:
opnsrv6c-5.1.log   normal+rowrepl
opnsrv6c-5.1.log   normal+rowrepl

How to repeat:
Detected by the test suite.
[22 May 2006 12:27] Konstantin Osipov
Chad, I'm taking this over, this is an instance manager bug.
[29 May 2006 11:21] Alexander Nozdrin
This bug is a duplicate of BUG#18023.