• Elena Stepanova's avatar
    MDEV-6068 Upgrade removes all changes to 'mysql' database · a7962ea5
    Elena Stepanova authored
    10.0 variation of the problem was that system tables were altered
    during mysql_upgrade process using old (smaller) column lengths. 
    At the end the tables were altered again, so the structure was restored,
    but if there were long values before the upgrade, they were truncated.
    Fixed by using correct column length in alter statements.
    a7962ea5
mysql_system_tables_fix.sql 31.8 KB