Commit 4b88cf33 authored by Rik Prohaska's avatar Rik Prohaska Committed by Sergei Golubchik

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

parent 98b1bb0b
...@@ -305,6 +305,7 @@ if ($opt_lock_tables) ...@@ -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}))
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment