• Igor Babaev's avatar
    Fixed the bug mdev-13193. · 9f0c1c0c
    Igor Babaev authored
    When an equality that can be pushed into a materialized derived
    table / view is extracted from multiple equalities and their
    operands are cloned then if they have some pointers to Item_equal
    objects those pointers must be set to NULL in the clones. Anyway
    they are not valid in the pushed predicates.
    9f0c1c0c
table.cc 247 KB