• Daniel Black's avatar
    MDEV-24172: innodb stats table last_update is TIMESTAMP · 2c4761cc
    Daniel Black authored
    The last_updated column of innodb_table_stats and innodb_index_stats
    hasn't been DATA_FIXBINARY for many years.
    
    Innodb represents TIMESTAMP as INT of length 4. Let's test it with this
    and stop hiding the result in mysql_upgrade test.
    
    Reviewer: Marko
    2c4761cc
mysql_upgrade.test 7.99 KB