• dlenev@brandersnatch.localdomain's avatar
    Fix for bug #4492. · d39fe262
    dlenev@brandersnatch.localdomain authored
    TIMESTAMP columns should be unsigned to preserve compatibility with 4.0
    (Or else InnoDB will return different internal TIMESTAMP values when user upgrades to 4.1).
    
    Altough this fix will introduce problems with early 4.1 -> 4.1 upgrades (tables with 
    TIMESTAMP field should be reloaded using mysqldump) it will allow easy 4.0 -> 4.1 
    upgrade (which is more important since 4.1 is still beta).
    d39fe262
ps_3innodb.result 37.2 KB