mirror of
https://github.com/MariaDB/server.git
synced 2025-07-30 16:24:05 +03:00
Fix for bug #10632 (CEILING returns wrong result)
This commit is contained in:
@ -84,3 +84,10 @@ drop table t1;
|
||||
# Bug #10083 (round doesn't increase decimals)
|
||||
#
|
||||
select round(150, 2);
|
||||
|
||||
#
|
||||
# Bug @10632 (Ceiling function returns wrong answer)
|
||||
#
|
||||
select ceil(0.09);
|
||||
select ceil(0.000000000000000009);
|
||||
|
||||
|
Reference in New Issue
Block a user