Support null events and a slight change of names #21
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
this should have been separated into two pull requests but my log became slightly complicated, so unless one is reject and the other accepted, I hope we can just merge the two.
The first change is a naming change: since introducing _V2 events, it just seems more natural to me to have the other named _V1, and not having one set of events called without the version.
The other change is introducing NullEvent class, which is basically a "skip" class of events that are knows but want to be skipped (since the default implementation throws an exception). I ran into two such events when setting up replication with GTID.
To see the exception just add to your master (if it's 5.6+) config file:
log-slave-updates=true
gtid-mode=on
enforce-gtid-consistency=true