mirror of
https://github.com/MariaDB/server.git
synced 2025-07-29 05:21:33 +03:00
Fix multiplication of abs() by a negative value. (Bug #11402)
This commit is contained in:
@ -137,3 +137,6 @@ select * from t1;
|
||||
round(1, 6)
|
||||
1.000000
|
||||
drop table t1;
|
||||
select abs(-2) * -2;
|
||||
abs(-2) * -2
|
||||
-4
|
||||
|
Reference in New Issue
Block a user