mysql-binlog-connector-java
mysql-binlog-connector-java copied to clipboard
Add mariadb event types
WIP Note:
- Still need to add MariaDB vagrant box.
- This PR builds on a commit that is submitted at https://github.com/shyiko/mysql-binlog-connector-java/pull/279
The main change in this PR is to add support to the library to recognize all of the MariaDB event types. The would allow the library to be used in processing MariaDB binlogs. This PR does not change any of the existing deserialization behaviors. The PR does not add additional deserializations for those new MariaDB events.
The key changes are in EventType.java.