• Marko Mäkelä's avatar
    MDEV-25910: Make ALTER TABLE...ALGORITHM=COPY durable again · e5b9dc15
    Marko Mäkelä authored
    ha_innobase::extra(HA_EXTRA_END_ALTER_COPY): Flush the redo log
    because the main transaction will not have written any log and
    thus will not initiate any log write either. But the DDL recovery
    layer expects that the operation will have been committed.
    e5b9dc15
ha_innodb.cc 600 KB