mirror of
https://github.com/MariaDB/server.git
synced 2025-07-29 05:21:33 +03:00
MDEV-27691: make working view-protocol
Update tests for version 10.4
This commit is contained in:
@ -1447,8 +1447,11 @@ DROP TABLE t1,t2;
|
||||
|
||||
CREATE TABLE t1 (i int NOT NULL);
|
||||
SELECT * FROM t1 GROUP BY i HAVING i IN ( i IS NULL);
|
||||
#dublicate warning
|
||||
--disable_view_protocol
|
||||
SELECT * FROM t1 GROUP BY i HAVING i IN ( i IS NULL AND 'x' = 0);
|
||||
SELECT * FROM t1 GROUP BY i HAVING i='1' IN ( i IS NULL AND 'x' = 0);
|
||||
--enable_view_protocol
|
||||
DROP TABLE t1;
|
||||
|
||||
--echo #
|
||||
|
Reference in New Issue
Block a user