Details
-
Bug
-
Status: Closed (View Workflow)
-
Major
-
Resolution: Fixed
-
10.5.11, 10.5.19, 10.4(EOL), 10.5, 10.6, 10.9(EOL), 10.10(EOL), 10.11, 11.0(EOL)
-
Windows x64
Description
Have to disable semijoin optimizer switch due to Spider not recognizing the optimized query
Attachments
Issue Links
- is blocked by
-
MDEV-26247 Spider: Valid LEFT JOIN results in ERROR 1064
-
- Closed
-
- is part of
-
MDEV-26247 Spider: Valid LEFT JOIN results in ERROR 1064
-
- Closed
-
- relates to
-
MDEV-32238 Add a switch to disable spider group by handler
-
- Closed
-
Thank you for the report! I repeated on 10.4-11.0:
second select fails:
query 'SELECT * FROM spidertestb.testtable
WHERE TestNum BETWEEN 0 AND 10 AND ReadValue IN(SELECT ReadValue FROM spidertestb.testtable WHERE TestNum BETWEEN 11 AND 20)' failed: ER_PARSE_ERROR (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 '`spidertesta`.`testtable` t1 where ((t1.`readvalue` = t0.`readvalue`) and (t0...' at line 1