• Mattias Jonsson's avatar
    Bug#56380: valgrind memory leak warning from partition tests · d4f8ffee
    Mattias Jonsson authored
    There could be memory leaks if ALTER ... PARTITION command fails.
    
    Problem was that the list of items to free was not set in
    the partition info structure when fix_partition_func call failed
    during ALTER ... PARTITION.
    
    Solved by always setting the list in the partition info struct.
    d4f8ffee
table.cc 143 KB