• Davi Arnaut's avatar
    Bug#49823: mysql_upgrade fatal error due to general_log / slow_low CSV NULL · 5dd3b617
    Davi Arnaut authored
    The problem was that the CSV storage engine does not support NULL
    fields, yet in some early 5.1 version the log tables (general_log
    and slow_log) were created with null fields. On top of this, when
    altering a CSV table column, all fields of the table must be NOT
    NULL otherwise the alteration fails.
    
    The solution is to ensure that during upgrade all columns of the
    log tables are NOT NULL.
    5dd3b617
log_tables_upgrade.test 1002 Bytes