mirror of
https://github.com/percona/percona-toolkit.git
synced 2025-12-22 03:00:29 +08:00
pqd: Remove --type pglog, memcached, and http
This commit is contained in:
@@ -172,10 +172,7 @@ sub _parse_packet {
|
||||
sub port_number {
|
||||
my ( $self, $port ) = @_;
|
||||
return unless $port;
|
||||
return $port eq 'memcached' ? 11211
|
||||
: $port eq 'http' ? 80
|
||||
: $port eq 'mysql' ? 3306
|
||||
: $port;
|
||||
return $port eq 'mysql' ? 3306 : $port;
|
||||
}
|
||||
|
||||
sub _d {
|
||||
|
||||
Reference in New Issue
Block a user