Commit 19d66f2b authored by unknown's avatar unknown
Browse files

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.
parent 5ec8d08a
Loading
Loading
Loading
Loading
+5 −0
Original line number Diff line number Diff line
@@ -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