1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-29 05:21:33 +03:00

Fix for bug #10083 (round doesn't increase scale)

This commit is contained in:
holyfoot@hf-ibm.(none)
2005-06-09 15:27:26 +05:00
parent 1fdc59ac33
commit 717d92f6a6
3 changed files with 15 additions and 12 deletions

View File

@ -79,3 +79,8 @@ insert into t1 values(7,1234567890123456.12345);
select format(col2,6) from t1 where col1=7;
drop table t1;
#
# Bug #10083 (round doesn't increase decimals)
#
select round(150, 2);