Loading mysql-test/r/ndb_basic.result +0 −7 Original line number Diff line number Diff line Loading @@ -6,13 +6,6 @@ attr1 INT NOT NULL, attr2 INT, attr3 VARCHAR(10) ) ENGINE=ndbcluster; drop table t1; CREATE TABLE t1 ( pk1 INT NOT NULL PRIMARY KEY, attr1 INT NOT NULL, attr2 INT, attr3 VARCHAR(10) ) ENGINE=ndbcluster; SHOW INDEX FROM t1; Table Non_unique Key_name Seq_in_index Column_name Collation Cardinality Sub_part Packed Null Index_type Comment t1 0 PRIMARY 1 pk1 A 0 NULL NULL BTREE Loading mysql-test/t/ndb_basic.test +10 −11 Original line number Diff line number Diff line Loading @@ -6,17 +6,16 @@ DROP TABLE IF EXISTS t1,t2,t3,t4,t5,t6,t7; drop database if exists mysqltest; --enable_warnings # workaround for bug#16445 # remove to reproduce bug and run tests from ndb start # and with ndb_autodiscover disabled. Fails on Linux 50 % of the times CREATE TABLE t1 ( pk1 INT NOT NULL PRIMARY KEY, attr1 INT NOT NULL, attr2 INT, attr3 VARCHAR(10) ) ENGINE=ndbcluster; drop table t1; ## workaround for bug#16445 ## remove to reproduce bug and run tests from ndb start ## and with ndb_autodiscover disabled. Fails on Linux 50 % of the times #CREATE TABLE t1 ( # pk1 INT NOT NULL PRIMARY KEY, # attr1 INT NOT NULL, # attr2 INT, # attr3 VARCHAR(10) #) ENGINE=ndbcluster; #drop table t1; # # Basic test to show that the NDB Loading Loading
mysql-test/r/ndb_basic.result +0 −7 Original line number Diff line number Diff line Loading @@ -6,13 +6,6 @@ attr1 INT NOT NULL, attr2 INT, attr3 VARCHAR(10) ) ENGINE=ndbcluster; drop table t1; CREATE TABLE t1 ( pk1 INT NOT NULL PRIMARY KEY, attr1 INT NOT NULL, attr2 INT, attr3 VARCHAR(10) ) ENGINE=ndbcluster; SHOW INDEX FROM t1; Table Non_unique Key_name Seq_in_index Column_name Collation Cardinality Sub_part Packed Null Index_type Comment t1 0 PRIMARY 1 pk1 A 0 NULL NULL BTREE Loading
mysql-test/t/ndb_basic.test +10 −11 Original line number Diff line number Diff line Loading @@ -6,17 +6,16 @@ DROP TABLE IF EXISTS t1,t2,t3,t4,t5,t6,t7; drop database if exists mysqltest; --enable_warnings # workaround for bug#16445 # remove to reproduce bug and run tests from ndb start # and with ndb_autodiscover disabled. Fails on Linux 50 % of the times CREATE TABLE t1 ( pk1 INT NOT NULL PRIMARY KEY, attr1 INT NOT NULL, attr2 INT, attr3 VARCHAR(10) ) ENGINE=ndbcluster; drop table t1; ## workaround for bug#16445 ## remove to reproduce bug and run tests from ndb start ## and with ndb_autodiscover disabled. Fails on Linux 50 % of the times #CREATE TABLE t1 ( # pk1 INT NOT NULL PRIMARY KEY, # attr1 INT NOT NULL, # attr2 INT, # attr3 VARCHAR(10) #) ENGINE=ndbcluster; #drop table t1; # # Basic test to show that the NDB Loading