• Igor Babaev's avatar
    MDEV-21883 Server crashes when joining a subselect with 32 tables and GROUP BY · caf110fa
    Igor Babaev authored
    This bug could cause a crash for any query that used a derived table/view/CTE
    whose specification was a SELECT with a GROUP BY clause and a FROM list
    containing 32 or more table references.
    The problem appeared only in the cases when the splitting optimization
    could be applied to such derived table/view/CTE.
    caf110fa
derived_cond_pushdown.test 95 KB