1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-30 16:24:05 +03:00

ndb - make sure all used tables are dropped in beginning of test case

mysql-test/r/ndb_index_unique.result:
  Fix result file for unique test
This commit is contained in:
unknown
2005-01-26 11:23:43 +01:00
parent c73ae6b3a1
commit 02f42e3c32

View File

@ -1,4 +1,4 @@
drop table if exists t1, t2, t3, t4, t5, t6, t7;
drop table if exists t1, t2, t3, t4, t5, t6, t7, t8;
CREATE TABLE t1 (
a int unsigned NOT NULL PRIMARY KEY,
b int unsigned not null,