6
6
) ENGINE=InnoDB COLLATE = utf8_general_ci
8
8
create table t2 (a varbinary(4) default 'foo');
13
13
) ENGINE=InnoDB COLLATE = utf8_general_ci
15
15
create table t3 (a varbinary(4) default 0x01020304);
20
20
) ENGINE=InnoDB COLLATE = utf8_general_ci
22
22
create table t4 (a varbinary(4) default '\n');
27
27
) ENGINE=InnoDB COLLATE = utf8_general_ci