• Luis Soares's avatar
    BUG#12558519: RPL_TYPECONV PRODUCES VALGRIND STACK · 96ba6663
    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).
    96ba6663
log_event.cc 314 KB