mirror of
https://github.com/MariaDB/server.git
synced 2026-01-06 05:22:24 +03:00
Merge mysql.com:/home/jimw/my/mysql-4.1-11402
into mysql.com:/home/jimw/my/mysql-4.1-clean sql/item_func.cc: Auto merged mysql-test/t/func_math.test: Resolve conflict
This commit is contained in:
@@ -72,4 +72,9 @@ show create table t1;
|
||||
select * from t1;
|
||||
drop table t1;
|
||||
|
||||
#
|
||||
# Bug #11402: abs() forces rest of calculation to unsigned
|
||||
#
|
||||
select abs(-2) * -2;
|
||||
|
||||
# End of 4.1 tests
|
||||
|
||||
Reference in New Issue
Block a user