1
0
mirror of https://github.com/MariaDB/server.git synced 2025-08-01 03:47:19 +03:00

Merge bk-internal.mysql.com:/home/bk/mysql-5.1-new

into  mysql.com:/home/my/mysql-5.1


mysql-test/mysql-test-run.pl:
  Auto merged
sql/ha_ndbcluster.cc:
  Auto merged
This commit is contained in:
unknown
2006-05-05 20:09:20 +03:00
6 changed files with 78 additions and 51 deletions

View File

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