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:
@ -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,
|
||||
|
Reference in New Issue
Block a user