summaryrefslogtreecommitdiff
path: root/sql-bench
diff options
context:
space:
mode:
authorRik Prohaska <prohaska7@gmail.com>2016-06-29 13:27:51 -0400
committerSergei Golubchik <serg@mariadb.org>2016-07-12 22:21:49 +0200
commit4b88cf33c25a2597925264aa4de91810fc53f4c4 (patch)
tree75093a59f8c3329bd269617d43f145cd364b0c3e /sql-bench
parent98b1bb0b8e7169030640378d25ad045a0ed1c8ed (diff)
downloadmariadb-git-4b88cf33c25a2597925264aa4de91810fc53f4c4.tar.gz
fix sql-bench test-table-elimination view leak. see MDEV-10310 for details
Diffstat (limited to 'sql-bench')
-rwxr-xr-xsql-bench/test-table-elimination.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/sql-bench/test-table-elimination.sh b/sql-bench/test-table-elimination.sh
index 7772cab42b0..de440fc0633 100755
--- a/sql-bench/test-table-elimination.sh
+++ b/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}))