mirror of
https://github.com/MariaDB/server.git
synced 2025-07-30 16:24:05 +03:00
mysql-test/mysql-test-run.sh
don't start ndb cluster if no test uses it. mysql-test/mysql-test-run.sh: don't start ndb cluster if no test uses it.
This commit is contained in:
@ -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
|
||||||
|
Reference in New Issue
Block a user