• Igor Babaev's avatar
    Fixed bug mdev-10785. · c22d307a
    Igor Babaev authored
    The condition pushed into WHERE/HAVING of a materialized
    view/derived table may differ for different executions of
    the same prepared statement. That's why the should be
    ANDed with the existing WHERE/HAVING conditions only after all
    permanent transformations of these conditions has been
    performed.
    c22d307a
sql_lex.cc 143 KB