after merge fix

This commit is contained in:
unknown 2007-10-29 15:49:56 +04:00
parent 2b3e560622
commit f97b8e48b8

View File

@ -881,8 +881,8 @@ Note 1265 Data truncated for column 'a' at row 2
show create table t1; show create table t1;
Table Create Table Table Create Table
t1 CREATE TABLE `t1` ( t1 CREATE TABLE `t1` (
`a` decimal(10,0) default NULL, `a` decimal(10,0) DEFAULT NULL,
`b` int(11) default NULL `b` int(11) DEFAULT NULL
) ENGINE=MyISAM DEFAULT CHARSET=latin1 ) ENGINE=MyISAM DEFAULT CHARSET=latin1
select round(a,b) as c from t1 order by c; select round(a,b) as c from t1 order by c;
c c