mirror of
https://github.com/percona/percona-toolkit.git
synced 2025-09-11 13:40:07 +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}));
|
||||
|
||||
is_deeply(
|
||||
$exa->explain_query(
|
||||
dbh => $dbh,
|
||||
query => 'select * from actor where actor_id = 5',
|
||||
),
|
||||
$got,
|
||||
$want,
|
||||
'Got a simple EXPLAIN result',
|
||||
);
|
||||
|
Reference in New Issue
Block a user