after-merge fix: adjusted test results.

This commit is contained in:
unknown 2007-05-23 15:49:17 +05:00
parent edbd365e30
commit 0197ee1d71

View File

@ -1566,7 +1566,7 @@ execute stmt using @a;
show create table t1;
Table Create Table
t1 CREATE TABLE `t1` (
`?` decimal(2,1) default NULL
`?` decimal(2,1) DEFAULT NULL
) ENGINE=MyISAM DEFAULT CHARSET=latin1
drop table t1;
End of 5.0 tests.