• Igor Babaev's avatar
    MDEV-19363 Assertion `select_lex' failed in LEX::pop_select · 2b7e080f
    Igor Babaev authored
    This patch corrects the patch for MDEV-19324. The latter did not
    work properly in the cases when the transformation
      (SELECT ... ORDER BY ...) LIMIT ... =>
       SELECT ... ORDER BY ... LIMIT ...
    was applied to the operands of a set operation.
    2b7e080f
brackets.test 4.28 KB