MariaDB binlog API does not support several MySQL events

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

Surprisingly, binlog API (mariadb_rpl_xxx functions) do not handle all the events that exist in MySQL binary logs. E.g. WRITE_ROWS_EVENT, UPDATE_ROWS_EVENT are not handled (only the V1 events are handled), as well as XA_PREPARE_LOG_EVENT).

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

Thanks in advance

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.