Skip to content

mariadb-support: MariaDB event types#25

Closed
bluebike wants to merge 1 commit into
osheroff:masterfrom
bluebike:mariadb-events
Closed

mariadb-support: MariaDB event types#25
bluebike wants to merge 1 commit into
osheroff:masterfrom
bluebike:mariadb-events

Conversation

@bluebike

@bluebike bluebike commented Dec 10, 2020

Copy link
Copy Markdown
  • 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
Copy Markdown
Author

fixed START_ENCRYPTION_GTID => START_ENCRYPTION

@wingerx

wingerx commented Jul 12, 2021

Copy link
Copy Markdown

Hi @osheroff , see also #45

@bluebike

Copy link
Copy Markdown
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