after-merge fix.
mysql-test/r/innodb_mysql.result: result adjusted.
This commit is contained in:
parent
ec30069a2e
commit
e3fc1799ee
@ -626,7 +626,7 @@ alter table t1 comment '123';
|
|||||||
show create table t1;
|
show create table t1;
|
||||||
Table Create Table
|
Table Create Table
|
||||||
t1 CREATE TABLE `t1` (
|
t1 CREATE TABLE `t1` (
|
||||||
`a` int(11) default NULL
|
`a` int(11) DEFAULT NULL
|
||||||
) ENGINE=InnoDB DEFAULT CHARSET=latin1 COMMENT='123'
|
) ENGINE=InnoDB DEFAULT CHARSET=latin1 COMMENT='123'
|
||||||
drop table t1;
|
drop table t1;
|
||||||
End of 5.0 tests
|
End of 5.0 tests
|
||||||
|
Loading…
x
Reference in New Issue
Block a user