mirror of
https://github.com/percona/percona-toolkit.git
synced 2025-10-19 08:56:34 +00:00
PT-1760 MasterSlave fix for rep channels
This commit is contained in:
@@ -475,6 +475,9 @@ sub get_slave_status {
|
||||
$ss = { map { lc($_) => $ss->{$_} } keys %$ss }; # lowercase the keys
|
||||
return $ss;
|
||||
}
|
||||
if (!$ss && $self->{channel}) {
|
||||
die "Specified channel name is invalid";
|
||||
}
|
||||
}
|
||||
|
||||
PTDEBUG && _d('This server returns nothing for SHOW SLAVE STATUS');
|
||||
|
Reference in New Issue
Block a user