Updated modules and version

This commit is contained in:
Sveta Smirnova
2023-12-14 10:22:05 +03:00
parent 2cdd973e59
commit bab154be03
36 changed files with 222 additions and 78 deletions

View File

@@ -41,7 +41,7 @@ BEGIN {
{
package Percona::Toolkit;
our $VERSION = '3.5.5';
our $VERSION = '3.5.6';
use strict;
use warnings FATAL => 'all';
@@ -2843,7 +2843,7 @@ sub recurse_to_slaves {
die $EVAL_ERROR;
}
}
} until ($id);
} until (defined $id);
PTDEBUG && _d('Working on server ID', $id);
my $master_thinks_i_am = $dsn->{server_id};
if ( !defined $id
@@ -6289,6 +6289,6 @@ Place, Suite 330, Boston, MA 02111-1307 USA.
=head1 VERSION
pt-slave-restart 3.5.5
pt-slave-restart 3.5.6
=cut