• Anel Husakovic's avatar
    MDEV-31618: Server crashes in... · 80439e69
    Anel Husakovic authored
    MDEV-31618: Server crashes in process_i_s_table_temporary_tables/get_all_tables after alter in rename query
    
    Any TMP_TABLE_SHARE must always have at least one TABLE instance.
    So whenever a temporary TABLE that is marked for reopen is closed,
    reopen it at once if its TMP_TABLE_SHARE list of tables becomes empty.
    80439e69
information_schema_temp_table.test 8.57 KB