• Sergei Golubchik's avatar
    optimize ha_delete_table_force · 47859160
    Sergei Golubchik authored
    first try discovering engines, then the rest.
    otherwise every DROP TABLE non_existent; will do
    lots of i/o trying to remove .MYI/.MYD/.MAI/.MAD/.CSV/etc files
    
    this matches the old behavior where DROP TABLE always tried to discover
    the table before dropping.
    47859160
handler.cc 245 KB