mirror of
https://github.com/percona/percona-toolkit.git
synced 2025-09-28 00:21:56 +00:00
Version and modules updated for version 3.6.0
This commit is contained in:
@@ -39,7 +39,7 @@ BEGIN {
|
||||
{
|
||||
package Percona::Toolkit;
|
||||
|
||||
our $VERSION = '3.5.7';
|
||||
our $VERSION = '3.6.0';
|
||||
|
||||
use strict;
|
||||
use warnings FATAL => 'all';
|
||||
@@ -3972,7 +3972,10 @@ sub _split_url {
|
||||
or croak(qq/Could not binmode() socket: '$!'/);
|
||||
|
||||
if ( $scheme eq 'https') {
|
||||
IO::Socket::SSL->start_SSL($self->{fh});
|
||||
IO::Socket::SSL->start_SSL(
|
||||
$self->{fh},
|
||||
SSL_verifycn_name => $host,
|
||||
);
|
||||
ref($self->{fh}) eq 'IO::Socket::SSL'
|
||||
or die(qq/SSL connection failed for $host\n/);
|
||||
if ( $self->{fh}->can("verify_hostname") ) {
|
||||
@@ -5822,6 +5825,6 @@ Place, Suite 330, Boston, MA 02111-1307 USA.
|
||||
|
||||
=head1 VERSION
|
||||
|
||||
pt-duplicate-key-checker 3.5.7
|
||||
pt-duplicate-key-checker 3.6.0
|
||||
|
||||
=cut
|
||||
|
Reference in New Issue
Block a user