• Varun Gupta's avatar
    MDEV-22498: SIGSEGV in Bitmap<64u>::merge on SELECT · efd68f5e
    Varun Gupta authored
    For the case when the optimizer does the IN-EXISTS transformation,
    the equality condition is injected in the WHERE OR HAVING clause of
    the subquery. If the select list of the subquery has a reference to
    the parent select make sure to use the reference and not the original
    item.
    efd68f5e
item_subselect.cc 194 KB