BUG#38290 valgrind warnings in binlog_base64_flag
The problem was because the event allocated in mysql_client_binlog_statement was not freed when an error occured while applying the event.
Showing
Please register or sign in to comment
The problem was because the event allocated in mysql_client_binlog_statement was not freed when an error occured while applying the event.