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