• Sergei Golubchik's avatar
    MDEV-8115 mysql_upgrade crashes the server with REPAIR VIEW · 0014bdc7
    Sergei Golubchik authored
    on REPAIR don't do table-specific stuff for views
    (because even if the view has a temp table opened for it,
    it's not opened all the way down the engine. In particular,
    Aria crashes in maria_status() because MARIA_HA* info - that is
    table->table->file->file - is NULL)
    0014bdc7
sql_admin.cc 40.1 KB