• Igor Babaev's avatar
    MDEV-16801 seg_fault on a query · d453374f
    Igor Babaev authored
    The bug was in the in the code of JOIN::check_for_splittable_materialized()
    where the structures describing the fields of a materialized derived
    table that potentially could be used in split optimization were build.
    As a result of this bug some fields that were not usable for splitting
    were detected as usable. This could trigger crashes further in
    st_join_table::choose_best_splitting().
    d453374f
derived_cond_pushdown.result 494 KB