summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorunknown <joreland@mysql.com>2005-01-26 10:32:56 +0100
committerunknown <joreland@mysql.com>2005-01-26 10:32:56 +0100
commit979ec6afde95aa802ec3769e637c9d0e15450165 (patch)
tree019f9e917e2f833c28b03e7d17f8080dea37df3c
parent85dd477fda5b1e236d4815e1dbcec04d2eb8f183 (diff)
downloadmariadb-git-979ec6afde95aa802ec3769e637c9d0e15450165.tar.gz
ndb - make sure all used tables are dropped in beginning of test case
mysql-test/t/ndb_index_unique.test: Drop table t8 in beginning of test as it's used
-rw-r--r--mysql-test/t/ndb_index_unique.test2
1 files changed, 1 insertions, 1 deletions
diff --git a/mysql-test/t/ndb_index_unique.test b/mysql-test/t/ndb_index_unique.test
index f235d1ffc30..d585ac107bc 100644
--- a/mysql-test/t/ndb_index_unique.test
+++ b/mysql-test/t/ndb_index_unique.test
@@ -1,7 +1,7 @@
-- source include/have_ndb.inc
--disable_warnings
-drop table if exists t1, t2, t3, t4, t5, t6, t7;
+drop table if exists t1, t2, t3, t4, t5, t6, t7, t8;
--enable_warnings
#