summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorunknown <lenz@mysql.com>2005-07-07 17:44:10 +0200
committerunknown <lenz@mysql.com>2005-07-07 17:44:10 +0200
commit6651fd232a99a1257cfae57eebe3c40737bfe487 (patch)
tree8d4832cbd85203191704bbcebf10e96c1f1ec52a
parent376a50e638b1e38ea3d7083f54630300bdab1272 (diff)
downloadmariadb-git-6651fd232a99a1257cfae57eebe3c40737bfe487.tar.gz
- fixed the "sp-security" test case: drop any possible already existing table to
avoid failing if a previous test failure left the t1 table around mysql-test/t/sp-security.test: - drop any possible already existing table to avoid failing if a previous test failure left the t1 table around
-rw-r--r--mysql-test/t/sp-security.test1
1 files changed, 1 insertions, 0 deletions
diff --git a/mysql-test/t/sp-security.test b/mysql-test/t/sp-security.test
index 72fe6c332bf..3dc6b9d07ab 100644
--- a/mysql-test/t/sp-security.test
+++ b/mysql-test/t/sp-security.test
@@ -15,6 +15,7 @@ grant usage on *.* to user1@localhost;
flush privileges;
--disable_warnings
+drop table if exists t1;
drop database if exists db1_secret;
--enable_warnings
# Create our secret database