• Mattias Jonsson's avatar
    Bug#16589511: MYSQL_UPGRADE FAILS TO WRITE OUT ENTIRE · b2159871
    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.
    b2159871
ha_partition.cc 239 KB