Loading mysql-test/r/ndb_dd_ddl.result +2 −1 Original line number Diff line number Diff line Loading @@ -175,7 +175,8 @@ CREATE TABLE t1 (pk1 INT NOT NULL PRIMARY KEY, b INT NOT NULL, c INT NOT NULL) TABLESPACE ts1 STORAGE DISK ENGINE NDB; CREATE INDEX c on t1(b, c); CREATE INDEX b_i on t1(b); CREATE INDEX bc_i on t1(b, c); DROP TABLE t1; ALTER TABLESPACE ts1 DROP DATAFILE 'datafile2.dat' Loading mysql-test/t/ndb_dd_ddl.test +2 −1 Original line number Diff line number Diff line Loading @@ -263,7 +263,8 @@ CREATE TABLE t1 TABLESPACE ts1 STORAGE DISK ENGINE NDB; CREATE INDEX c on t1(b, c); CREATE INDEX b_i on t1(b); CREATE INDEX bc_i on t1(b, c); DROP TABLE t1; Loading Loading
mysql-test/r/ndb_dd_ddl.result +2 −1 Original line number Diff line number Diff line Loading @@ -175,7 +175,8 @@ CREATE TABLE t1 (pk1 INT NOT NULL PRIMARY KEY, b INT NOT NULL, c INT NOT NULL) TABLESPACE ts1 STORAGE DISK ENGINE NDB; CREATE INDEX c on t1(b, c); CREATE INDEX b_i on t1(b); CREATE INDEX bc_i on t1(b, c); DROP TABLE t1; ALTER TABLESPACE ts1 DROP DATAFILE 'datafile2.dat' Loading
mysql-test/t/ndb_dd_ddl.test +2 −1 Original line number Diff line number Diff line Loading @@ -263,7 +263,8 @@ CREATE TABLE t1 TABLESPACE ts1 STORAGE DISK ENGINE NDB; CREATE INDEX c on t1(b, c); CREATE INDEX b_i on t1(b); CREATE INDEX bc_i on t1(b, c); DROP TABLE t1; Loading