• unknown's avatar
    Bug #30193: crash during drop table and kill · 92eb49d5
    unknown authored
    When DROP TABLE detects that it has been killed
    by another thread it must unlock the table names
    it locked.
    
    Fixed by backporting the 5.1 error handling code.
    
    
    sql/sql_table.cc:
      Bug #30193: correct error handling when a thread 
      is killed inside DROP TABLE.
    92eb49d5
sql_table.cc 133 KB