1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-29 05:21:33 +03:00

Dont' ever use cluster for slave in 4.1

This commit is contained in:
msvensson@neptunus.(none)
2006-08-26 18:38:42 +02:00
parent 5abbe9eb00
commit 4703f302fe

View File

@ -2053,7 +2053,7 @@ sub mysqld_arguments ($$$$$) {
}
}
if ( $opt_with_ndbcluster && !$opt_skip_ndbcluster)
if ( $opt_with_ndbcluster && !$opt_skip_ndbcluster && $type eq 'master')
{
mtr_add_arg($args, "%s--ndbcluster", $prefix);
mtr_add_arg($args, "%s--ndb-connectstring=%s", $prefix,