Fixed MySQLProtocol parser (v4.1 enhacements)

This commit is contained in:
Carlos Salguero
2016-12-16 22:38:15 -03:00
parent f265de131d
commit a96356c879
4 changed files with 90 additions and 238 deletions

View File

@@ -100,16 +100,6 @@ ok(
'Analysis for tcpdump044 with connection error (bug 1103045)'
);
ok(
no_diff(
sub { pt_query_digest::main(@args, $sample.'tcpdump-1402776.txt',
'--report-format', 'header,query_report,profile',
qw(--watch-server 127.0.0.1:13000)) },
"t/pt-query-digest/samples/tcpdump-1402776_report.txt",
),
'Analysis for tcpdump-1402776 with connection error (bug 1402776)'
);
# #############################################################################
# Done.
# #############################################################################