• unknown's avatar
    Bug #30193: crash during drop table and kill · d0536d02
    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.
    d0536d02
sql_table.cc 133 KB