Skip to content

Add support for MariaDB GTID #366

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 7 commits into from
Jan 23, 2022

Conversation

Samira-El
Copy link
Contributor

First of all, thanks for creating this library, it's great work!

This library works well with MariaDB when using binlog file and their position to stream changes, but only supports MySQL's GTID which is different in format than MariaDB's. This PR is for adding support for reading events from a given Mariadb GTID.

Credit to https://github.com/OK-DMR/python-mariadb-replication for inspiring this PR.

@julien-duponchelle
Copy link
Owner

Wow that's awesome ! I'm going to merge it and release a new version

@julien-duponchelle julien-duponchelle merged commit 7fd706d into julien-duponchelle:main Jan 23, 2022
@julien-duponchelle
Copy link
Owner

Thanks I just released a 0.28 and credited you in the README.

@Samira-El
Copy link
Contributor Author

Thank you for merging this, made my day!

@the4thdoctor
Copy link

W00T!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants