Test and fix all the log --types. Add backwards-compat null_event arg to MySQLProtocolParser.

This commit is contained in:
Daniel Nichter
2013-03-11 16:13:38 -06:00
parent f00d53adc3
commit 3c07da8499
8 changed files with 610 additions and 35 deletions

View File

@@ -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,