Skip to content

Commit

Permalink
fix sql-bench test-table-elimination view leak. see MDEV-10310 for de…
Browse files Browse the repository at this point in the history
…tails
  • Loading branch information
prohaska7 authored and vuvova committed Jul 12, 2016
1 parent 98b1bb0 commit 4b88cf3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions sql-bench/test-table-elimination.sh
Original file line number Diff line number Diff line change
Expand Up @@ -305,6 +305,7 @@ if ($opt_lock_tables)
if (!$opt_skip_delete)
{
do_query($dbh,"drop table elim_facts, elim_attr1, elim_attr2" . $server->{'drop_attr'});
$dbh->do("drop view elim_current_facts");
}

if ($opt_fast && defined($server->{vacuum}))
Expand Down

0 comments on commit 4b88cf3

Please sign in to comment.