mysql-binlog-connector-java icon indicating copy to clipboard operation
mysql-binlog-connector-java copied to clipboard

Add mariadb event types

Open jinfwhuang opened this issue 6 years ago • 0 comments


WIP Note:

  1. Still need to add MariaDB vagrant box.
  2. 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.

jinfwhuang avatar May 31 '19 22:05 jinfwhuang