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