• Sergei Golubchik's avatar
    MDEV-18788 Live upgrade from MySQL 5.6/5.7 to MariaDB 10.4 fails with "Event... · 973b281e
    Sergei Golubchik authored
    MDEV-18788 Live upgrade from MySQL 5.6/5.7 to MariaDB 10.4 fails with "Event Scheduler: An error occurred when initializing system tables"
    
    if columns or indexes are modified/renamed/dropped in an ALTER TABLE,
    stat tables must be updated accordingly (e.g. all statistics for a column
    should be dropped). But if a stat table doesn't exist, it's not a reason
    to fail the whole ALTER TABLE operation - such an error should be ignored.
    973b281e
stat_tables_missing.test 385 Bytes