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.