1043
1043
# Get error for max key parts
1045
1045
alter table t1 add key i1 (
1046
1046
c1,c2,c3,c4,c5,c6,c7,c8,c9,c10,c11,c12,c13,c14,c15,c16, c17);
1048
1048
# Get error for max key-name length
1051
1051
a001_long_123456789_123456789_123456789_123456789_123456789_12345 (c1);