Skip to content

Conversation

bluebike
Copy link

@bluebike bluebike commented Dec 10, 2020

  • Change EventType to use eventNumber not ordinal().

  • Add MariaDB event types.

    ANNOTATE_ROWS(160),
    BINLOG_CHECKPOINT(161)
    MARIADB_GTID(162)
    MARIADB_GTID_LIST(163)
    START_ENCRYPTION(164)

Question is that can be use this eventNumber approach, or go back to ordinal(),
where we have to have fake-events in place of unused events before 160. ??

It will be other PR to add real MariaDB event types and their deserializers.

* Change EventType to use eventNumber not ordinal().

* Add MariaDB event types.

    ANNOTATE_ROWS(160),
    BINLOG_CHECKPOINT(161)
    MARIADB_GTID(162)
    MARIADB_GTID_LIST(163)
    START_ENCRYPTION(164)
@bluebike
Copy link
Author

fixed START_ENCRYPTION_GTID => START_ENCRYPTION

@wingerx
Copy link

wingerx commented Jul 12, 2021

Hi @osheroff , see also #45

@bluebike
Copy link
Author

Well... if #45 handles this then is this redundant.

@bluebike bluebike closed this Jul 18, 2021
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.

2 participants