mirror of
https://github.com/percona/percona-toolkit.git
synced 2025-09-25 21:54:48 +00:00
Parse InnoDB_trx_id as a string.
This commit is contained in:
@@ -9,7 +9,7 @@ BEGIN {
|
||||
use strict;
|
||||
use warnings FATAL => 'all';
|
||||
use English qw(-no_match_vars);
|
||||
use Test::More tests => 42;
|
||||
use Test::More tests => 43;
|
||||
|
||||
use PerconaTest;
|
||||
|
||||
@@ -421,6 +421,18 @@ ok(
|
||||
'Analysis for slow052 (Apdex T = 0.1)',
|
||||
);
|
||||
|
||||
# #############################################################################
|
||||
# Bug 821694: pt-query-digest doesn't recognize hex InnoDB txn IDs
|
||||
# #############################################################################
|
||||
ok(
|
||||
no_diff(
|
||||
sub { pt_query_digest::main(@args, $sample.'slow054.txt',
|
||||
qw(--check-attributes-limit 5)) },
|
||||
"t/pt-query-digest/samples/slow054.txt",
|
||||
),
|
||||
'Analysis for slow054 (InnoDB_trx_id bug 821694)'
|
||||
);
|
||||
|
||||
# #############################################################################
|
||||
# Done.
|
||||
# #############################################################################
|
||||
|
Reference in New Issue
Block a user