• Aleksey Midenkov's avatar
    MDEV-29873 MSAN uninitialized value errors in bcmp / · 732d1ec3
    Aleksey Midenkov authored
    	   prep_alter_part_table upon re-partitioning by system time
    
    memcmp() tries to compare beyond the last member of interval because
    sizeof(Vers_part_info::interval) is 80. It is sizeof of variable,
    sizeof of type is 76.
    
    Now we compare interval_t struct C++ way.
    732d1ec3
partition.test 80.3 KB