From 397f0df9ad2df62698d4c1824c965c4b884b990c Mon Sep 17 00:00:00 2001 From: "kaa@polly.local" <> Date: Wed, 13 Sep 2006 14:41:28 +0400 Subject: Cset exclude: kaa@polly.local|ChangeSet|20060912122540|09861 Cset exclude: kaa@polly.local|ChangeSet|20060908100829|09983 --- mysql-test/t/case.test | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-) (limited to 'mysql-test/t/case.test') diff --git a/mysql-test/t/case.test b/mysql-test/t/case.test index d0d503a8821..fd1b6e5247f 100644 --- a/mysql-test/t/case.test +++ b/mysql-test/t/case.test @@ -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 -- cgit v1.2.1