We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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
The text was updated successfully, but these errors were encountered:
first time to pull an issue, no offense, thank you
Sorry, something went wrong.
Added missing TRANSACTION_CONTEXT event type (#167)
893dc4e
@stevenczp Thank you so much for reporting this. A new release (0.12.1) should be available within half an hour (through Maven Central).
No branches or pull requests
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
The text was updated successfully, but these errors were encountered: