diff options
author | kaa@polly.local <> | 2006-09-13 15:18:14 +0400 |
---|---|---|
committer | kaa@polly.local <> | 2006-09-13 15:18:14 +0400 |
commit | e812ae873dad6b92503ff7407aba598ac273e5a7 (patch) | |
tree | dcd7f028408454113afb7f3e54560e4d265eae1d /mysql-test/t/case.test | |
parent | 13331b8d245626385f35b17c349c1780b15a44ae (diff) | |
parent | 397f0df9ad2df62698d4c1824c965c4b884b990c (diff) | |
download | mariadb-git-e812ae873dad6b92503ff7407aba598ac273e5a7.tar.gz |
Merge polly.local:/tmp/20924/bug20294/my41-bug20294
into polly.local:/tmp/20924/bug20294/my50-bug20294
Diffstat (limited to 'mysql-test/t/case.test')
-rw-r--r-- | mysql-test/t/case.test | 10 |
1 files changed, 1 insertions, 9 deletions
diff --git a/mysql-test/t/case.test b/mysql-test/t/case.test index a22b9cc39f1..0e9e141f6d8 100644 --- a/mysql-test/t/case.test +++ b/mysql-test/t/case.test @@ -152,12 +152,4 @@ SELECT IFNULL(t2.EMPNUM,t1.EMPNUM) AS CEMPNUM, FROM t1 LEFT JOIN t2 ON t1.EMPNUM=t2.EMPNUM; DROP TABLE t1,t2; -# -# 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 |