Skip to content

Miss a MySQL binlog event type #167

Closed
@stevenczp

Description

@stevenczp

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions