• Gleb Shchepa's avatar
    Bug#38499: flush tables and multitable table update with · 0b38c93d
    Gleb Shchepa authored
               derived table cause crash
    
    When a multi-UPDATE command fails to lock some table, and
    subsequently succeeds, the tables need to be reopened if
    they were altered. But the reopening procedure failed for
    derived tables.
    
    Extra cleanup has been added.
    0b38c93d
sql_union.cc 22 KB