1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-29 05:21:33 +03:00

after-merge fix.

This commit is contained in:
ramil/ram@mysql.com/ramil.myoffice.izhnet.ru
2007-06-04 11:52:14 +05:00
parent a4e6061a4c
commit 9c67f70f13

View File

@ -626,7 +626,7 @@ alter table t1 comment '123';
show create table t1;
Table Create Table
t1 CREATE TABLE `t1` (
`a` int(11) default NULL
`a` int(11) DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=latin1 COMMENT='123'
drop table t1;
End of 5.0 tests