mirror of
https://github.com/MariaDB/server.git
synced 2025-12-21 11:01:08 +03:00
Problem: mysqlbinlog exits without any error code in case of file write error. It is because of the fact that the calls to Log_event::print() method does not return a value and the thus any error were being ignored. Resolution: We resolve this problem by checking for the IO_CACHE::error == -1 after every call to Log_event:: print() and terminating the further execution.
3.2 KiB
3.2 KiB