Don't check binlog_format on cluster nodes.

This commit is contained in:
Daniel Nichter
2012-11-17 12:55:18 -07:00
parent e47a84daba
commit 07bee85a00

View File

@@ -8712,6 +8712,7 @@ sub main {
my $err = ''; my $err = '';
for my $slave_cxn (@$slaves) { for my $slave_cxn (@$slaves) {
next if $cluster->is_cluster_node($slave_cxn);
my $slave_binlog = 'STATEMENT'; my $slave_binlog = 'STATEMENT';
if ( VersionParser->new($slave_cxn->dbh) >= '5.1.5' ) { if ( VersionParser->new($slave_cxn->dbh) >= '5.1.5' ) {
($slave_binlog) = $slave_cxn->dbh->selectrow_array( ($slave_binlog) = $slave_cxn->dbh->selectrow_array(