mirror of
https://github.com/percona/percona-toolkit.git
synced 2025-09-17 17:09:06 +00:00
Test and fix all the log --types. Add backwards-compat null_event arg to MySQLProtocolParser.
This commit is contained in:
@@ -54,7 +54,7 @@ my $files = $file_iter->get_file_itr(
|
||||
|
||||
$query_iter = QueryIterator->new(
|
||||
file_iter => $files,
|
||||
parser => $parser,
|
||||
parser => sub { return $parser->parse_event(@_) },
|
||||
fingerprint => sub { return $qr->fingerprint(@_) },
|
||||
oktorun => sub { return 1 },
|
||||
read_only => 1,
|
||||
|
Reference in New Issue
Block a user