1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-30 16:24:05 +03:00

Merge mysql.com:/home/my/mysql-4.1

into  mysql.com:/home/my/mysql-5.0
This commit is contained in:
monty@mysql.com
2005-07-28 17:09:54 +03:00
360 changed files with 846 additions and 175 deletions

View File

@ -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
#