This commit is contained in:
holyfoot/hf@mysql.com/deer.(none) 2006-10-13 19:36:19 +05:00
parent 06978991cc
commit 76bc3e2eb5

View file

@ -1750,7 +1750,7 @@ alter table t1 add f2 enum(0xFFFF);
show create table t1;
Table Create Table
t1 CREATE TABLE `t1` (
`f1` int(11) default NULL,
`f2` enum('ÿÿ') default NULL
`f1` int(11) DEFAULT NULL,
`f2` enum('ÿÿ') DEFAULT NULL
) ENGINE=MyISAM DEFAULT CHARSET=latin1
drop table t1;