• Jon Olav Hauglid's avatar
    Bug #47459 Assertion in Diagnostics_area::set_eof_status on OPTIMIZE TABLE · 1a1a96e7
    Jon Olav Hauglid authored
    This assertion could be triggered during execution of OPTIMIZE TABLE for
    InnoDB tables. As part of optimize for InnoDB tables, the table is recreated
    and then opened again. If the reopen failed for any reason, the assertion
    would be triggered. This could for example be caused by a concurrent DROP
    TABLE executed by a different connection. The reason for the assertion was
    that any failures during reopening were ignored.
    
    This patch fixes the problem by making sure that the result of reopening the
    table is checked and that any error messages are sent to the client.
    
    Test case added to innodb_mysql_sync.test.
    1a1a96e7
innodb_mysql_sync.test 1.95 KB