mirror of
https://github.com/MariaDB/server.git
synced 2025-01-19 13:32:33 +01:00
merging
This commit is contained in:
parent
06978991cc
commit
76bc3e2eb5
1 changed files with 2 additions and 2 deletions
|
@ -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…
Reference in a new issue