Commit e1870b75 authored by serg@serg.mylan's avatar serg@serg.mylan

mysql-test/mysql-test-run.sh

    don't start ndb cluster if no test uses it.
parent 71a61f95
...@@ -1793,6 +1793,11 @@ then ...@@ -1793,6 +1793,11 @@ then
$ECHO "Installing Test Databases" $ECHO "Installing Test Databases"
mysql_install_db mysql_install_db
if [ -n "$1" -a `expr "X$*" : '.*ndb'` -eq 0 ]
then
USE_NDBCLUSTER=""
fi
start_manager start_manager
# Do not automagically start daemons if we are in gdb or running only one test # Do not automagically start daemons if we are in gdb or running only one test
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment