mirror of
https://github.com/percona/percona-toolkit.git
synced 2025-09-09 18:30:16 +00:00
Test and fix all the log --types. Add backwards-compat null_event arg to MySQLProtocolParser.
This commit is contained in:
@@ -6655,9 +6655,6 @@ sub main {
|
||||
# just tweak the code below to be like pt-query-digest.
|
||||
my %alias_for = (
|
||||
slowlog => ['SlowLogParser'],
|
||||
# binlog => ['BinaryLogParser'],
|
||||
# genlog => ['GeneralLogParser'],
|
||||
# tcpdump => ['TcpdumpParser','MySQLProtocolParser'],
|
||||
);
|
||||
my $type = ['slowlog'];
|
||||
$type = $alias_for{$type->[0]} if $alias_for{$type->[0]};
|
||||
|
Reference in New Issue
Block a user