MariaDB Connector/C binlog API ignores several event types

You are viewing an old version of this question. View the current version here.

Hi, I downloaded the MariaDB Connector/c 3.1.7 source code in order to develop a replication for MySQL server.

Surprisingly, binlog API (e.g. mariadb_rpl_fetch) do not handle all the events that exist in MySQL binary logs. E.g. WRITE_ROWS_EVENT and UPDATE_ROWS_EVENT are not handled (only the V1 events are supported), as well as XA_PREPARE_LOG_EVENT which is ugnored.

Is it possible that these events are ignored by mariadb_rpl? Are they supported in another connector version?

Thanks in advance

Answer

Comments

Comments loading...
Content reproduced on this site is the property of its respective owners, and this content is not reviewed in advance by MariaDB. The views, information and opinions expressed by this content do not necessarily represent those of MariaDB or any other party.