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:
@ -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
|
||||
#
|
||||
|
Reference in New Issue
Block a user