Details
-
Bug
-
Status: Open (View Workflow)
-
Major
-
Resolution: Unresolved
-
10.3(EOL), 10.4(EOL), 10.5, 10.6, 10.7(EOL), 10.8(EOL)
-
None
Description
Test:
CREATE OR REPLACE VIEW v1 AS SELECT DISTINCT BIT_OR(100) OVER () FROM DUAL
|
GROUP BY LEFT('2018-08-24', 100) order by 1+2;
|
SELECT * FROM v1;
|
DROP VIEW v1;
|
Error:
mysqltest: At line 3: query 'SELECT * FROM v1' failed: 1064: You have an error in your SQL syntax; check the manual that corresponds to your MariaDB server version for the right syntax to use near 'group by left('2018-08-24',100) order by 1 + 2' at line 1
|
After fix this bug view-protocol should be enable in tests: main.win (search by issue number)
Attachments
Issue Links
- is part of
-
MDEV-27691 make working view-protocol
- Open