fix sql-bench test-table-elimination view leak. see MDEV-10310 for details

This commit is contained in:
Rik Prohaska 2016-06-29 13:27:51 -04:00 committed by Sergei Golubchik
parent 98b1bb0b8e
commit 4b88cf33c2

View file

@ -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}))