fix sql-bench test-table-elimination view leak. see MDEV-10310 for details
This commit is contained in:
parent
98b1bb0b8e
commit
4b88cf33c2
@ -305,6 +305,7 @@ if ($opt_lock_tables)
|
|||||||
if (!$opt_skip_delete)
|
if (!$opt_skip_delete)
|
||||||
{
|
{
|
||||||
do_query($dbh,"drop table elim_facts, elim_attr1, elim_attr2" . $server->{'drop_attr'});
|
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}))
|
if ($opt_fast && defined($server->{vacuum}))
|
||||||
|
Loading…
x
Reference in New Issue
Block a user