mirror of
https://github.com/percona/percona-toolkit.git
synced 2025-09-24 13:25:01 +00:00
Removed --check-attributes-limit
This commit is contained in:
@@ -23,7 +23,8 @@ my $output;
|
||||
# #############################################################################
|
||||
# This issue actually introduced --check-attributes-limit.
|
||||
$cmd = "${run_with}slow030.txt";
|
||||
$output = `$cmd --check-attributes-limit 100 2>&1`;
|
||||
local $ENV{PT_QUERY_DIGEST_CHECK_ATTRIB_LIMIT} = 100;
|
||||
$output = `$cmd 2>&1`;
|
||||
unlike(
|
||||
$output,
|
||||
qr/IDB IO rb/,
|
||||
|
@@ -387,8 +387,11 @@ ok(
|
||||
# #############################################################################
|
||||
ok(
|
||||
no_diff(
|
||||
sub { pt_query_digest::main(@args, $sample.'slow054.txt',
|
||||
qw(--check-attributes-limit 5)) },
|
||||
sub {
|
||||
local $ENV{PT_QUERY_DIGEST_CHECK_ATTRIB_LIMIT} = 5;
|
||||
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)'
|
||||
|
Reference in New Issue
Block a user