Browse Source

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

pull/201/head
Rik Prohaska 9 years ago
committed by Sergei Golubchik
parent
commit
4b88cf33c2
  1. 1
      sql-bench/test-table-elimination.sh

1
sql-bench/test-table-elimination.sh

@ -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…
Cancel
Save