• Mattias Jonsson's avatar
    Bug#16589511: MYSQL_UPGRADE FAILS TO WRITE OUT ENTIRE · 4fdb9555
    Mattias Jonsson authored
    ALTER TABLE ... ALGORITHM= ... STATEMENT
    
    The problem was an intermediate buffer of smaller size,
    which truncated the alter statement.
    
    Solved by providing the size of the buffer to be allocated through
    the function call, instead of using an one-size-fits-all stack buffer
    inside the function.
    4fdb9555
ha_partition.cc 239 KB