• Galina Shalygina's avatar
    MDEV-16730: Server crashes in Bitmap<64u>::merge · aee3d162
    Galina Shalygina authored
    The problem appears because of the pushdown of a non-pushable condition 'cond'
    into the materialized derived table/view. To prevent pushdown a map of
    tables that are used in 'cond' should be updated. This call is missing
    because of the MDEV-12387 changes. The call is added in the
    setup_jtbm_semi_joins() method.
    aee3d162
in_subq_cond_pushdown.result 87.3 KB