mirror of
https://github.com/MariaDB/server.git
synced 2025-08-01 03:47:19 +03:00
Merge remote-tracking branch 'origin/10.11' into 11.0
This commit is contained in:
@ -5986,12 +5986,8 @@ SELECT * FROM t1 GROUP BY i HAVING i IN ( i IS NULL);
|
||||
i
|
||||
SELECT * FROM t1 GROUP BY i HAVING i IN ( i IS NULL AND 'x' = 0);
|
||||
i
|
||||
Warnings:
|
||||
Warning 1292 Truncated incorrect DECIMAL value: 'x'
|
||||
SELECT * FROM t1 GROUP BY i HAVING i='1' IN ( i IS NULL AND 'x' = 0);
|
||||
i
|
||||
Warnings:
|
||||
Warning 1292 Truncated incorrect DECIMAL value: 'x'
|
||||
DROP TABLE t1;
|
||||
#
|
||||
# MDEV-28080: HAVING with NOT EXIST predicate in an equality
|
||||
|
Reference in New Issue
Block a user