• unknown's avatar
    Create columns_priv with correct column lengths (the alter table · f54801b1
    unknown authored
    that used to fix it was removed in a merge, and now the alter table
    that fixes the length comes before the create table so it fixes
    pre-existing tables but not the newly-created one).
    
    
    scripts/mysql_fix_privilege_tables.sql:
      Create columns_priv with correct column lengths
    f54801b1
mysql_fix_privilege_tables.sql 14.3 KB