mirror of
https://github.com/percona/percona-toolkit.git
synced 2025-09-11 21:51:21 +00:00
PT-1554 3rd attempt to fix ExplainAnalyzer.t
This commit is contained in:
@@ -81,10 +81,7 @@ my $got = $exa->explain_query(
|
|||||||
$got->[0]->{filtered} = int($got->[0]->{filtered}) if (defined($got->[0]->{filtered}));
|
$got->[0]->{filtered} = int($got->[0]->{filtered}) if (defined($got->[0]->{filtered}));
|
||||||
|
|
||||||
is_deeply(
|
is_deeply(
|
||||||
$exa->explain_query(
|
$got,
|
||||||
dbh => $dbh,
|
|
||||||
query => 'select * from actor where actor_id = 5',
|
|
||||||
),
|
|
||||||
$want,
|
$want,
|
||||||
'Got a simple EXPLAIN result',
|
'Got a simple EXPLAIN result',
|
||||||
);
|
);
|
||||||
|
Reference in New Issue
Block a user