Skip to content
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

Miss a MySQL binlog event type #167

Closed
stevenczp opened this issue May 10, 2017 · 2 comments
Closed

Miss a MySQL binlog event type #167

stevenczp opened this issue May 10, 2017 · 2 comments

Comments

@stevenczp
Copy link
Contributor

stevenczp commented May 10, 2017

In mysql source code, there is a binlog event type call TRANSACTION_CONTEXT_EVENT between PREVIOUS_GTIDS_LOG_EVENT and VIEW_CHANGE_EVENT

but in mysql-binlog-connector-java, there is no TRANSACTION_CONTEXT_EVENT between PREVIOUS_GTIDS_LOG_EVENT and VIEW_CHANGE_EVENT

this will make mysql-binlog-connector-java can't work on TRANSACTION_CONTEXT_EVENT/VIEW_CHANGE_EVENT/XA_PREPARE_LOG_EVENT binlog event

please add this binlog event type, thank you

@stevenczp
Copy link
Contributor Author

first time to pull an issue, no offense, thank you

@shyiko
Copy link
Owner

shyiko commented May 10, 2017

@stevenczp Thank you so much for reporting this. A new release (0.12.1) should be available within half an hour (through Maven Central).

@shyiko shyiko closed this as completed May 10, 2017
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

No branches or pull requests

2 participants