2367
2367
key (a,b,c,d,e)) engine=innodb;
2368
2368
ERROR 42000: Specified key was too long; max key length is 3500 bytes
2369
2369
create table t1 (s1 varbinary(2),primary key (s1)) engine=innodb;
2372
2372
insert into t1 values (0x41),(0x4120),(0x4100);
2373
2373
insert into t3 values (0x41),(0x4120),(0x4100);
2374
2374
ERROR 23000: Duplicate entry 'A ' for key 'PRIMARY'