• Nikita Malyavin's avatar
    MDEV-32614 LeakSanitizer errors in copy_data_between_tables · 50095046
    Nikita Malyavin authored
    The memory leak occurs on error when backup_reset_alter_copy_lock fails
    with timeout. This leads to the alter rollback, but flush_unused is not
    called.
    
    Move table flushing on error handling to a single place and mind more
    possible failures this time.
    50095046
alter_table_online_debug.result 51.1 KB