mirror of
https://github.com/percona/percona-toolkit.git
synced 2025-09-10 13:11:32 +00:00
Don't check binlog_format on cluster nodes.
This commit is contained in:
@@ -8712,6 +8712,7 @@ sub main {
|
||||
|
||||
my $err = '';
|
||||
for my $slave_cxn (@$slaves) {
|
||||
next if $cluster->is_cluster_node($slave_cxn);
|
||||
my $slave_binlog = 'STATEMENT';
|
||||
if ( VersionParser->new($slave_cxn->dbh) >= '5.1.5' ) {
|
||||
($slave_binlog) = $slave_cxn->dbh->selectrow_array(
|
||||
|
Reference in New Issue
Block a user