mysql-test/mysql-test-run.sh
don't start ndb cluster if no test uses it.
This commit is contained in:
parent
71a61f9545
commit
e1870b7554
@ -1793,6 +1793,11 @@ then
|
||||
$ECHO "Installing Test Databases"
|
||||
mysql_install_db
|
||||
|
||||
if [ -n "$1" -a `expr "X$*" : '.*ndb'` -eq 0 ]
|
||||
then
|
||||
USE_NDBCLUSTER=""
|
||||
fi
|
||||
|
||||
start_manager
|
||||
|
||||
# Do not automagically start daemons if we are in gdb or running only one test
|
||||
|
Loading…
x
Reference in New Issue
Block a user