mirror of
https://github.com/percona/percona-toolkit.git
synced 2025-09-10 13:11:32 +00: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