mirror of
https://github.com/MariaDB/server.git
synced 2025-01-31 02:51:44 +01:00
Updated result file
This commit is contained in:
parent
afe484cba6
commit
ce79bd5220
1 changed files with 0 additions and 7 deletions
|
@ -6,13 +6,6 @@ attr1 INT NOT NULL,
|
||||||
attr2 INT,
|
attr2 INT,
|
||||||
attr3 VARCHAR(10)
|
attr3 VARCHAR(10)
|
||||||
) ENGINE=ndbcluster;
|
) 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;
|
SHOW INDEX FROM t1;
|
||||||
Table Non_unique Key_name Seq_in_index Column_name Collation Cardinality Sub_part Packed Null Index_type Comment
|
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
|
t1 0 PRIMARY 1 pk1 A 0 NULL NULL BTREE
|
||||||
|
|
Loading…
Add table
Reference in a new issue