Commit 979ec6af authored by unknown's avatar unknown
Browse files

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
parent 85dd477f
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
-- 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

#