• Igor Babaev's avatar
    Fixed the following problem: · f982d107
    Igor Babaev authored
    Temporary tables created for recursive CTE
    were instantiated at the prepare phase. As
    a result these temporary tables missed
    indexes for look-ups and optimizer could not
    use them.
    f982d107
sql_cte.cc 27.6 KB