mirror of
https://github.com/MariaDB/server.git
synced 2025-07-21 23:50:01 +00:00
fix sql-bench test-table-elimination view leak. see MDEV-10310 for details
This commit is contained in:

committed by
Sergei Golubchik

parent
98b1bb0b8e
commit
4b88cf33c2
@ -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}))
|
||||
|
Reference in New Issue
Block a user