News

Daemon interface for handling MySQL binary log events. You may implement your own handlers to handle events like INSERT, UPDATE and DELETE with data of the affected rows. MySQL Event Processor daemon ...
MySQL uses two phase commit protocol to synchronize the MySQL binary log with the recovery logs of the various storage engines when a transaction commits. Since fsync's are used to ensure the ...