mirror of
https://github.com/MariaDB/server.git
synced 2025-01-19 13:32:33 +01:00
Update test with changed result after merge
This commit is contained in:
parent
009bcc7442
commit
552c208bfe
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue