Loading mysql-test/r/ndb_index_unique.result +1 −1 Original line number Diff line number Diff line 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, Loading mysql-test/t/ndb_index_unique.test +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 # Loading Loading
mysql-test/r/ndb_index_unique.result +1 −1 Original line number Diff line number Diff line 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, Loading
mysql-test/t/ndb_index_unique.test +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 # Loading