1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-30 16:24:05 +03:00

do not install ndb slave if no slaves

fixed memleak in ndbcluster_end


mysql-test/mysql-test-run.pl:
  do not install ndb slave if no slaves
sql/ha_ndbcluster.cc:
  fixed memleak in ndbcluster_end
This commit is contained in:
unknown
2006-05-05 15:34:46 +02:00
parent 2a655fcc51
commit 2a6a3ad279
2 changed files with 3 additions and 3 deletions

View File

@ -1857,7 +1857,7 @@ sub mysql_install_db () {
}
}
if ( ndbcluster_install_slave() )
if ( $use_slaves and ndbcluster_install_slave() )
{
if ( $opt_force)
{