Uploaded image for project: 'MariaDB Server'
  1. MariaDB Server
  2. MDEV-33709

BINLOG_SEND_ANNOTATE_ROWS_EVENT breaks replication from MySQL source

    XMLWordPrintable

Details

    • Bug
    • Status: Open (View Workflow)
    • Major
    • Resolution: Unresolved
    • 10.6.17
    • 10.6
    • Replication
    • None

    Description

      While enumeration of MariaDB specific events starts from 160 (=ANNOTATE_ROWS_EVENT) the MariaDB specific flags for COM_BINLOG_DUMP commands start with lower bytes.

      Since MySQL 8.0.30 the flag BINLOG_SEND_ANNOTATE_ROWS_EVENT collides with the new MySQL flag USE_HEARTBEAT_V2:

      MariaDB:

      #define BINLOG_SEND_ANNOTATE_ROWS_EVENT   2
      

      MySQL:

      #define USE_HEARTBEAT_EVENT_V2 (1 << 1)
      

      Attachments

        Activity

          People

            Elkin Andrei Elkin
            georg Georg Richter
            Votes:
            1 Vote for this issue
            Watchers:
            5 Start watching this issue

            Dates

              Created:
              Updated:

              Git Integration

                Error rendering 'com.xiplink.jira.git.jira_git_plugin:git-issue-webpanel'. Please contact your Jira administrators.