• Marko Mäkelä's avatar
    MDEV-17726: A better fix · ab812c10
    Marko Mäkelä authored
    THD::close_temporary_tables(): Revert the change.
    
    ha_innobase::delete_table(): Move the work-around inside
    a debug assertion, and check thd_kill_level() instead of thd_killed(),
    because the latter would not hold for KILL_CONNECTION.
    ab812c10
ha_innodb.cc 633 KB