• He Zhenxing's avatar
    BUG#38290 valgrind warnings in binlog_base64_flag · 29cc45d0
    He Zhenxing authored
    The problem was because the event allocated in mysql_client_binlog_statement
    was not freed when an error occured while applying the event.
    
    sql/sql_binlog.cc:
      Delete the event if apply it failed
    29cc45d0
sql_binlog.cc 7.54 KB