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:
@ -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,
|
||||
|
Reference in New Issue
Block a user