mirror of
https://github.com/MariaDB/server.git
synced 2026-05-15 19:37:16 +02:00
Follow-up for 02d153c7b9 (str2decimal: don't return a negative zero)
This commit is contained in:
parent
03dabfa84d
commit
14e1f32894
1 changed files with 0 additions and 1 deletions
|
|
@ -48,7 +48,6 @@ Warning 1264 Out of range value for column 'c2' at row 1
|
|||
Note 1265 Data truncated for column 'c3' at row 1
|
||||
insert into t2 values ("0.0","0.0","0.0",7),("-0.0","-0.0","-0.0",8),("+0.0","+0.0","+0.0",9),("01.0","01.0","01.0",10),("+01.0","+01.0","+01.0",11),("-01.0","-01.0","-01.0",12);
|
||||
Warnings:
|
||||
Warning 1264 Out of range value for column 'c2' at row 2
|
||||
Warning 1264 Out of range value for column 'c2' at row 6
|
||||
insert into t2 values ("-.1","-.1","-.1",13),("+.1","+.1","+.1",14),(".1",".1",".1",15);
|
||||
Warnings:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue