Commit c606f921 authored by unknown's avatar unknown
Browse files

Update test with changed result after merge


mysql-test/r/type_newdecimal.result:
  Update result
parent 80a8d8c4
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -176,7 +176,7 @@ Table Create Table
t1	CREATE TABLE `t1` (
  `round(15.4,-1)` decimal(3,0) unsigned NOT NULL default '0',
  `truncate(-5678.123451,-3)` decimal(4,0) NOT NULL default '0',
  `abs(-1.1)` decimal(2,1) NOT NULL default '0.0',
  `abs(-1.1)` decimal(2,1) default NULL,
  `-(-1.1)` decimal(2,1) NOT NULL default '0.0'
) ENGINE=MyISAM DEFAULT CHARSET=latin1
drop table t1;