• Igor Babaev's avatar
    MDEV-20265 Unknown column in field list · d1ef02e9
    Igor Babaev authored
    This patch corrects the fix of the patch for mdev-19421 that resolved
    the problem of parsing some embedded join expressions such as
      t1 join t2 left join t3 on t2.a=t3.a on t1.a=t2.a.
    Yet the patch contained a bug that prevented proper context analysis
    of the queries where such expressions were used together with comma
    separated table references in from clauses.
    d1ef02e9
join.test 60.2 KB