shyiko / mysql-binlog-connector-java

MySQL Binary Log connector
2.22k stars 814 forks source link

Support MariaDB flavor GTID #49

Open wenerme opened 9 years ago

wenerme commented 9 years ago

I can see there is a GtidSet, the format is defined by mysql, but for MariaDB there is an different format described here https://mariadb.com/kb/en/mariadb/global-transaction-id/

wenerme commented 9 years ago

Working on this, this is'n impossible.

wenerme commented 6 years ago

For the detail please check https://github.com/wenerme/mysql-binlog-connector-java

bluebike commented 6 years ago

@shyiko Is there a way to get MariaDB stuff included?? Maybe it could be done in smaller pieces.