• Igor Babaev's avatar
    MDEV-30081 Crash with splitting from constant mergeable derived table · f513d715
    Igor Babaev authored
    This bug manifested itself in very rare situations when splitting
    optimization was applied to a materialized derived table with group clause
    by key over a constant meargeable derived table that was in inner part of
    an outer join. In this case the used tables for the key to access the
    split table incorrectly was evaluated to a not empty table map.
    
    Approved by Oleksandr Byelkin <sanja@mariadb.com>
    f513d715
derived_cond_pushdown.test 109 KB