1
0
mirror of https://github.com/MariaDB/server.git synced 2026-01-06 05:22:24 +03:00

Cset exclude: kaa@polly.local|ChangeSet|20060912122540|09861

Cset exclude: kaa@polly.local|ChangeSet|20060908100829|09983
This commit is contained in:
kaa@polly.local
2006-09-13 14:41:28 +04:00
parent 5df7611caa
commit 397f0df9ad
14 changed files with 28 additions and 126 deletions

View File

@@ -130,12 +130,4 @@ select min(a), min(case when 1=1 then a else NULL end),
from t1 where b=3 group by b;
drop table t1;
#
# Bug #20924: CAST(expr as UNSIGNED) returns SIGNED value when used in various
# functions
# - UNSIGNED values in CASE and COALESCE are treated as SIGNED
#
SELECT CASE 1 WHEN 1 THEN 18446744073709551615 ELSE 1 END;
SELECT COALESCE(18446744073709551615);
--echo End of 4.1 tests
# End of 4.1 tests