Details
-
Bug
-
Status: Closed (View Workflow)
-
Major
-
Resolution: Fixed
-
10.2.6, 10.2.7, 10.2.8, 10.3.1
-
Windows 64
Description
A nested query does not return correct results in at least one case.
Scenario:
- A nested query query (Select col... where col in (subquery)) returns empty.
- Subquery correctly returns the rows (x,y,z).
- OuterQuery takes (z,y,z) in an IN statement and correctly selects the relevant results (Select col... where col in (x,y,z))
This is not happening in 10.1 but only on 102 onwards.
I could not reproduce in a simpler scenario. Perhaps this is due to using fulltext search in the subquery, or any other reason.
Details:
https://stackoverflow.com/questions/45964454/subqueries-do-not-work-in-windows-but-works-on-linux
Tables are innodb. Attached the cfg settings I added to my.ini.
Attachments
Issue Links
- is duplicated by
-
MDEV-13994 Bad join results with orderby_uses_equalities=on
- Closed
- relates to
-
MDEV-13390 Identity server Db Select Statement order by issue.
- Closed
-
MDEV-13694 Wrong result upon GROUP BY with orderby_uses_equalities=on
- Closed