MXS-1881: Delegate event processing to the Rpl class
The actual processing of the replicated events is now delegated to the Rpl class. This class only deals with the raw binary format log events which allows it to be used for both binlogs stored on disk as well as binlogs that have just been replicated.
This commit is contained in:
@ -12,8 +12,8 @@
|
||||
* Public License.
|
||||
*/
|
||||
|
||||
#include "rpl_events.hh"
|
||||
#include "avrorouter.hh"
|
||||
#include "rpl.hh"
|
||||
|
||||
#include <avro.h>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user