How to access binary log for Aria tables

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

The binary log contains a record of all changes to the databases. However, it does not contain any changes to Aria tables. These changes are included apparently in aria_log.* files. We cannot access them with mysqlbinlog and aria_read_log utility cannot show included events too (it can apply them to tables but --display-only option does not show SQL statements but some info like rec#, LSN or trid). (MariaDB 10.2.14, Windows) SHOW BINARY LOGS does not list aria_log files and we cannot list events with SHOW BINLOG EVENTS. How can we use Aria binary log?

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.