• Mattias Jonsson's avatar
    Bug#46478: timestamp field incorrectly defaulted · 060590dc
    Mattias Jonsson authored
    when partition is reoganized.
    
    Problem was that table->timestamp_field_type was not changed
    before copying rows between partitions.
    
    fixed by setting it to TIMESTAMP_NO_AUTO_SET as the first thing
    in fast_alter_partition_table, so that all if-branches is covered.
    060590dc
partition.result 59.9 KB