• unknown's avatar
    Change collation for ALTER-omitted ENUMs from utf8_bin (where "y" and · ccd60982
    unknown authored
    "Y" are different) to utf8_general_ci (where same).
    
    
    scripts/mysql_fix_privilege_tables.sql:
      Change collation for ALTER-omitted ENUMs from utf8_bin (where "y" and 
      "Y" are different) to utf8_general_ci (where same).  In the previous 
      statement, we clobber the collation to utf8_bin for all columns, and 
      that's the wrong thing to do for enums.
    ccd60982
mysql_fix_privilege_tables.sql 25.9 KB