diff options
author | monty@mysql.com <> | 2005-07-28 17:09:54 +0300 |
---|---|---|
committer | monty@mysql.com <> | 2005-07-28 17:09:54 +0300 |
commit | 15d48525afc66df10f8f4e68c0a33a4e3ef2ae8c (patch) | |
tree | efa95d21efbbc033b0cabce038118a09be44e9ac /mysql-test/t/having.test | |
parent | b3cbd0048fe5fe36fe4fba9ce591b0d1b26e10a1 (diff) | |
parent | 3c12d0ae54eccaef7c265af4f782d95250308dc9 (diff) | |
download | mariadb-git-15d48525afc66df10f8f4e68c0a33a4e3ef2ae8c.tar.gz |
Merge mysql.com:/home/my/mysql-4.1
into mysql.com:/home/my/mysql-5.0
Diffstat (limited to 'mysql-test/t/having.test')
-rw-r--r-- | mysql-test/t/having.test | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mysql-test/t/having.test b/mysql-test/t/having.test index 3221b0d4624..fb223d2a9af 100644 --- a/mysql-test/t/having.test +++ b/mysql-test/t/having.test @@ -123,6 +123,7 @@ group by a.id, a.description having (a.description is not null) and (c=0); drop table t1,t2,t3; +# End of 4.1 tests # # Tests for WL#1972 CORRECT EVALUATION OF COLUMN REFERENCES IN THE HAVING CLAUSE @@ -233,7 +234,6 @@ where t1.col2 in group by col_t1 having col_t1 <= 20; - # # nested HAVING clauses # |