Browse Source

merging

pull/374/head
Alexey Botchkov 17 years ago
parent
commit
3e02f95574
  1. 2
      mysql-test/r/type_newdecimal.result

2
mysql-test/r/type_newdecimal.result

@ -1543,7 +1543,7 @@ Note 1265 Data truncated for column '5.05 / 0.014' at row 1
show create table t1;
Table Create Table
t1 CREATE TABLE `t1` (
`5.05 / 0.014` decimal(10,6) default NULL
`5.05 / 0.014` decimal(10,6) DEFAULT NULL
) ENGINE=MyISAM DEFAULT CHARSET=latin1
select * from t1;
5.05 / 0.014

Loading…
Cancel
Save