1381
1381
CREATE TABLE t1(c1 VARCHAR(33), KEY (c1) USING BTREE);
1385
1385
Table Non_unique Key_name Seq_in_index Column_name Collation Cardinality Sub_part Packed Null Index_type Comment Index_Comment
1386
1386
t1 1 c1 1 c1 NULL 0 NULL NULL YES HASH
1390
1390
Table Non_unique Key_name Seq_in_index Column_name Collation Cardinality Sub_part Packed Null Index_type Comment Index_Comment
1391
1391
t1 1 c1 1 c1 A NULL NULL NULL YES BTREE