• Sergei Golubchik's avatar
    MDEV-14990 mysql_upgrade fails with ERROR 1408 (HY000) at line 566: Event... · 3c879732
    Sergei Golubchik authored
    MDEV-14990 mysql_upgrade fails with ERROR 1408 (HY000) at line 566: Event Scheduler: An error occurred when initializing system tables
    
    Don't check mysql.db and mysql.user from event schedule on startup.
    
    Event schedule should only check its own mysql.event table, it has
    no business checking other system tables. In particular, it's ridiculous
    for event schedule to fail when privilege tables are not the newest,
    because sql_acl.cc supports old privilege tables just fine.
    3c879732
mysql_upgrade.result 26 KB