• Luis Soares's avatar
    BUG#12558519: RPL_TYPECONV PRODUCES VALGRIND STACK · d0f6fde3
    Luis Soares authored
    In RBR and in case of converting blob fields, the space allocated
    while unpacking into the conversion field was not freed after
    copying from it into the real field.
    
    We fix this by freeing the conversion field when the conversion
    table is not needed anymore (on close_tables_to_lock).
    d0f6fde3
log_event.cc 314 KB