mirror of
https://github.com/MariaDB/server.git
synced 2025-01-31 02:51:44 +01:00
Test case added for bug #9527 (negative zero is a nonsence)
This commit is contained in:
parent
44ad7495bb
commit
0dcb4707a0
2 changed files with 7 additions and 0 deletions
|
@ -860,3 +860,6 @@ Error 1292 Truncated incorrect DECIMAL value: ''
|
|||
select 0.190287977636363637 + 0.040372670 * 0 - 0;
|
||||
0.190287977636363637 + 0.040372670 * 0 - 0
|
||||
0.190287977636363637
|
||||
select -0.123 * 0;
|
||||
-0.123 * 0
|
||||
0.000
|
||||
|
|
|
@ -888,3 +888,7 @@ select 9999999999999999999999999999999999999999999999999999999999999999999999999
|
|||
# Bug #10004
|
||||
#
|
||||
select 0.190287977636363637 + 0.040372670 * 0 - 0;
|
||||
#
|
||||
# Bug #9527
|
||||
#
|
||||
select -0.123 * 0;
|
||||
|
|
Loading…
Add table
Reference in a new issue