merging
mysql-test/r/type_enum.result: test result fixed
This commit is contained in:
parent
89d5a1a541
commit
9f46532730
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user