• unknown's avatar
    BUG#32050 - table logging gone wrong. · 90914282
    unknown authored
    Reverted log tables alteration.
    
    
    scripts/mysql_system_tables_fix.sql:
      Altering log table is wrong, because
      - it is not possible to alter log table when it is in use;
      - log table may use MyISAM engine, which perfectly supports NULLs.
      
      Reverted log tables alteration.
    90914282
mysql_system_tables_fix.sql 24.2 KB