• Mattias Jonsson's avatar
    Bug#47343: InnoDB fails to clean-up after lock wait timeout on · b1987bdc
    Mattias Jonsson authored
               REORGANIZE PARTITION
    
    There were several problems which lead to this this,
    all related to bad error handling.
    
    1) There was several bugs preventing the ddl-log to be used for
       cleaning up created files on error.
    
    2) The error handling after the copy partition rows did not close
       and unlock the tables, resulting in deletion of partitions
       which were in use, which lead InnoDB to put the partition to
       drop in a background queue.
    b1987bdc
sql_table.cc 251 KB