• Monty's avatar
    Get rid of valgrind warning for sql_sequence tests. · 4649fb37
    Monty authored
    Added extra memcpy to get rid of valgrind warning for sequence tables with
    InnoDB. When reading a row from InnoDB, some of the bytes in the row
    are marked as not initialized. Needs to be investigated later, but
    this is a safe patch for now.
    4649fb37
sql_sequence.cc 26.8 KB