Bug #18678 "mysql-test-run.pl --with-ndbcluster --start-and-exit" doesn't keep ndb up
Submitted: 31 Mar 2006 6:22 Modified: 11 Apr 2006 6:21
Reporter: Stewart Smith Email Updates:
Status: Not a Bug Impact on me:
None 
Category:MySQL Server Severity:S3 (Non-critical)
Version:5.1.9 bk OS:
Assigned to: Tomas Ulin CPU Architecture:Any

[31 Mar 2006 6:22] Stewart Smith
Description:
 ./mysql-test-run.pl --with-ndbcluster --start-and-exit

only keeps mysqld running, not the cluster daemons.

How to repeat:
 ./mysql-test-run.pl --with-ndbcluster --start-and-exit

Suggested fix:
keep the cluster running.
[11 Apr 2006 6:21] Tomas Ulin
it is done this way, it is the name/options of the test that determines what/how things should be run

if you want to keep the cluster running you have to do

--do-test=ndb

or 

--do-test=rpl_ndb

if you want a replication setup