• Sergey Glukhov's avatar
    Bug#45806 crash when replacing into a view with a join! · 1a539f17
    Sergey Glukhov authored
    The crash happend because for views which are joins
    we have table_list->table == 0 and 
    table_list->table->'any method' call leads to crash.
    The fix is to perform table_list->table->file->extra()
    method for all tables belonging to view.
    1a539f17
view.test 94.4 KB