mirror of https://github.com/MariaDB/server
Browse Source
- The problem was that JOIN::prepare() tried to set TABLE::maybe_null for a table in join. Non-merged semi-join tables 1) are present as join's base tables on second EXECUTE, but 2) do not yet have a TABLE object. Worked around the problem by putting mixed_implicit_grouping into JOIN object, and then passing it to JTBM tables in setup_jtbm_semi_joins().pull/73/head
6 changed files with 56 additions and 3 deletions
Loading…
Reference in new issue