summaryrefslogtreecommitdiff
path: root/mysql-test/r/func_in.result
diff options
context:
space:
mode:
authorGeorgi Kodinov <joro@sun.com>2009-05-20 14:14:33 +0300
committerGeorgi Kodinov <joro@sun.com>2009-05-20 14:14:33 +0300
commitc82b589223d2ce5b424c39c9af7e3b5f9795f8e3 (patch)
treea98013930010aebb231917e6f82895c485fb6ab7 /mysql-test/r/func_in.result
parent5a716b09075692fcd679da1283715cd68915d3a9 (diff)
downloadmariadb-git-c82b589223d2ce5b424c39c9af7e3b5f9795f8e3.tar.gz
Revert of the fix for bug #44399 (joro@sun.com-20090512135917-kal1dvtqpqgnj3yc).
Diffstat (limited to 'mysql-test/r/func_in.result')
-rw-r--r--mysql-test/r/func_in.result5
1 files changed, 0 insertions, 5 deletions
diff --git a/mysql-test/r/func_in.result b/mysql-test/r/func_in.result
index b19edbd1a00..1e967b668c5 100644
--- a/mysql-test/r/func_in.result
+++ b/mysql-test/r/func_in.result
@@ -587,9 +587,4 @@ SELECT CASE c1 WHEN c1 + 1 THEN 1 END, ABS(AVG(c0)) FROM t1;
CASE c1 WHEN c1 + 1 THEN 1 END ABS(AVG(c0))
NULL 1.0000
DROP TABLE t1;
-CREATE TABLE t1(a TEXT);
-INSERT INTO t1 VALUES('iynfj');
-SELECT SUM( DISTINCT a ) FROM t1 GROUP BY a HAVING a IN ( AVG( 1 ), 1 + a );
-SUM( DISTINCT a )
-DROP TABLE t1;
End of 5.1 tests