after merge fix

parent 61bdbf8a
...@@ -881,8 +881,8 @@ Note 1265 Data truncated for column 'a' at row 2 ...@@ -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
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment