mirror of
https://github.com/MariaDB/server.git
synced 2025-01-15 19:42:28 +01:00
fix sql-bench test-table-elimination view leak. see MDEV-10310 for details
This commit is contained in:
parent
98b1bb0b8e
commit
4b88cf33c2
1 changed files with 1 additions and 0 deletions
|
@ -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}))
|
||||
|
|
Loading…
Reference in a new issue