+646
−394
File changed.
Preview size limit exceeded, changes collapsed.
Loading
Problem: mysqlbinlog does not free memory if an error happens. Fix: binlog-processing functions do not call exit() anymore. Instead, they print an error and return an error code. Error codes are propagated all the way back to main, and all allocated memory is freed on the way.
File changed.
Preview size limit exceeded, changes collapsed.